xeoron / eoraptor

Scan for wasteful PNG text chunks in PE files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Scan for wasteful PNG text chunks in PE files

License:MIT License


Languages

Language:C++ 99.9%Language:C 0.1%