ctf_analyze_image/README.md

11 lines
273 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# ctf_analyze_image
应对CTF中常见图片分析题暂时只支持PNG图片
## 处理能力
文件信息、文件头修复、文件尾修复、文件尺寸修复、填充数据识别、通道信息检测
## 使用方法
```
python3 ctf_analyze_image.py test.png
```