Scan for wasteful PNG text chunks in PE files
C++ C
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
lodepng
.gitignore
FileEnumerator.cpp
FileEnumerator.h
ImageResourceEnumerator.cpp
ImageResourceEnumerator.h
LICENSE
README.md
common.h
eoraptor.cpp
eoraptor.sln
eoraptor.vcxproj
targetver.h

README.md

eoraptor

Simple tool to scan for wasteful PNG text chunks in PE files.

Keep in mind, the tool wasn't designed to measure exactly (i.e. it doesn't count infrastructure needed to host text chunks). Also, the tool hardcodes .dll, .mui, and .exe as supported file types so be sure to tweak FileEnumerator.cpp as needed.

usage

eoraptor <path to start search, e.g. C:\Windows\System32>

contributing

Compiled with Visual Studio 2017 on Windows 10 Creators Update.

Pull requests welcome!

special thanks