Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (23 loc) · 608 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 608 Bytes

embedded-png-extract

A quick and dirty cross-platform python script that allows you to extract embedded PNG images from a binary file.

Requirements

Python 3

Usage

macOS

./embedded-png-extract /Applications/testbin.app/Contents/MacOS/testbin /Users/noone/Desktop/CarvedImages
Wrote carved_1.png
Wrote carved_2.png
Wrote carved_3.png
Done! Total extracted: 3

Windows

python embedded-png-extract C:\Users\noone\Desktop\testbin C:\Users\noone\Desktop\CarvedImages
Wrote carved_1.png
Wrote carved_2.png
Wrote carved_3.png
Done! Total extracted: 3

Licence

MIT