Source: rust-elfx86exts Section: devel Priority: optional Build-Depends: debhelper (>= 12), dh-cargo (>= 25), cargo:native, rustc:native, libstd-rust-dev, librust-capstone-0.11+default-dev, librust-clap-2+default-dev (>= 2.33-~~), librust-memmap-0.7+default-dev, librust-object-0.30+default-dev Maintainer: Debian Rust Maintainers Uploaders: Michael R. Crusoe Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/elfx86exts] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/elfx86exts Homepage: https://github.com/pkgw/elfx86exts X-Cargo-Crate: elfx86exts Rules-Requires-Root: no Package: elfx86exts Architecture: any Multi-Arch: allowed Depends: ${misc:Depends}, ${shlibs:Depends}, ${cargo:Depends} Recommends: ${cargo:Recommends} Suggests: ${cargo:Suggests} Provides: ${cargo:Provides} Built-Using: ${cargo:Built-Using} XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using} Description: Print instruction sets used by x86 binaries (ELF or MachO) Disassemble a binary containing x86 instructions and print out which extensions it uses. Despite the utterly misleading name, this tool supports ELF and MachO binaries, and perhaps PE-format ones as well. (It used to be more limited.)