1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: rust-elfx86exts
Section: devel
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native,
rustc:native,
libstd-rust-dev,
librust-capstone-0.13+default-dev,
librust-clap-4+default-dev,
librust-clap-4+derive-dev,
librust-memmap-0.7+default-dev,
librust-object-0.36+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Michael R. Crusoe <crusoe@debian.org>
Standards-Version: 4.7.0
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}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Print instruction sets used by x86 binaries (ELF or MachO)
Disassemble a binary and print out which instruction set extensions it uses.
Despite the utterly misleading name, this tool supports ELF and MachO binaries,
and perhaps other formats as well, and has preliminary support for ARM64 as
well as X86/64. It used to be a lot more limited!
|