Open
Description
In order to scan for ROP gadgets in Windows PE executables, we will need a PE File Format parser. Ideally, we should select one based on licensing (LGPL or MIT/BSD/Apache), code quality, does it have tests, and can it actually be used as a library?
If no suitable candidate can be selected, we may have to write our own.