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
|
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 <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Michael R. Crusoe <crusoe@debian.org>
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.)
|