pkgw / elfx86exts

Decode binaries and print out which instruction set extensions they use. This program's name is a lie: it supports not just x86/ELF but also ARM64, MachO, and possibly more.
MIT License
209 stars 14 forks source link

Ignore invalid instructions #172

Closed HanabishiRecca closed 1 year ago

HanabishiRecca commented 1 year ago

Some programs can contain empty or invalid regions of code. It makes sense to simply ignore them and continue instead of giving up.

Closes #171

pkgw commented 1 year ago

Thanks for pursuing this! Seems like a nice fix.

pkgw commented 1 year ago

Released in 0.6.1: https://github.com/pkgw/elfx86exts/releases/tag/elfx86exts%400.6.1