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

waynebonc/embedded-png-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Extract embedded PNG images from a binary.

Topics

Resources

License

Stars

Watchers

Forks

Languages