You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: