eoraptor
eoraptor copied to clipboard
Scan for wasteful PNG text chunks in PE files
fixes #3 this patch turns the throw in FileEnumerator into a return to allow the process to continue with other paths
I _think_ that the tool as it stands right now doesn't do recursion, so to work around that I tried writing some powershell which some folk may find useful (I'm...
Ideally the programme should, when called with `eoraptor.exe C:\`, recurse the entire tree when scanning. Currently it attempts to do so but will exit on hitting a permission denied (or...