elfx86exts
elfx86exts copied to clipboard
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.
Hey there! A coworker of mine shared this with me, and I thought it was very cool. I noticed that you're using Capstone for your instruction decoding, and then mapping...
Hello, it would be useful to optionally also display the complete list of instructions for each instruction set, like: ``` [SSE2] addsd mulsd ``` instead of: ``` SSE2 (addsd) ```
I get the following output with every binary I tried. ``` $ env RUST_BACKTRACE=1 elfx86exts /usr/bin/ping thread 'main' panicked at 'couldn't disassemble section: UnknownCapstoneError', src/libcore/result.rs:997:5 stack backtrace: 0: 1: 2:...
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.1.1 to 2.1.2. Changelog Sourced from assert_cmd's changelog. [2.1.2] - 2026-01-09 Fixes Add #[must_use] to help catch missing assertions Commits edda0b2 chore: Release assert_cmd version 2.1.2 891d412...