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 find ROP gadgets in an ELF file, we need an ELF file format parser. Ideally, we should select one based on licensing (ideally LGPL or MIT/BSD/Apache), code quality, does it have tests, does it pull in unnecessary dependencies, and can it actually be used as a library?
In order to find ROP gadgets in an ELF file, we need an ELF file format parser. Ideally, we should select one based on licensing (ideally LGPL or MIT/BSD/Apache), code quality, does it have tests, does it pull in unnecessary dependencies, and can it actually be used as a library?
Candidates
If no suitable candidate can be found, we may have to write our own Ruby library.
The text was updated successfully, but these errors were encountered: