orhun / binsider

Analyze ELF binaries like a boss 😼🕵️‍♂️
https://binsider.dev/
Apache License 2.0
2.63k stars 60 forks source link

Support more platforms via LIEF #26

Open orhun opened 1 month ago

orhun commented 1 month ago

Is your feature request related to a problem? Please describe.

binsider should support more binary formats.

Describe the solution you'd like

Abstract away the parsing details via LIEF format.

See: https://github.com/lief-project/LIEF

Describe alternatives you've considered

None.

Additional context

Ideas welcome!

orhun commented 2 weeks ago

@HadrienG2 raised some good questions in https://github.com/orhun/binsider/issues/67#issuecomment-2396104783