Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select an ELF file format parser #2

Open
postmodern opened this issue Feb 22, 2025 · 0 comments
Open

Select an ELF file format parser #2

postmodern opened this issue Feb 22, 2025 · 0 comments
Labels
discussion Topic is open to discussion
Milestone

Comments

@postmodern
Copy link
Member

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.

@postmodern postmodern added this to the Planning milestone Feb 22, 2025
@postmodern postmodern added discussion Topic is open to discussion and removed planning labels Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Topic is open to discussion
Projects
None yet
Development

No branches or pull requests

1 participant