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 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: distorm3
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
python3-setuptools
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/gdabah/distorm
Vcs-Browser: https://salsa.debian.org/debian/distorm3
Vcs-Git: https://salsa.debian.org/debian/distorm3.git
Package: libdistorm3-3
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: powerful disassembler library for x86/AMD64 binary streams
diStorm3 is a binary stream disassembler library project.
.
With diStorm3, no more parsing strings is needed. diStorm3 is really a
decomposer, which means it takes an instruction and returns a binary
structure which describes it rather than static text. This is great for
advanced binary code analysis.
.
This package provides the shared library.
Package: libdistorm3-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libdistorm3-3 (= ${binary:Version})
Multi-Arch: same
Description: powerful disassembler library for x86/AMD64 binary streams (development files)
diStorm3 is a binary stream disassembler library project.
.
With diStorm3, no more parsing strings is needed. diStorm3 is really a
decomposer, which means it takes an instruction and returns a binary
structure which describes it rather than static text. This is great for
advanced binary code analysis.
.
This package provides the development files.
Package: python3-distorm3
Architecture: all
Section: python
Depends: ${misc:Depends}, libdistorm3-3 (>= ${source:Version}), ${python3:Depends}
Description: powerful disassembler library for x86/AMD64 binary streams (Python3 bindings)
diStorm3 is a binary stream disassembler library project.
.
With diStorm3, no more parsing strings is needed. diStorm3 is really a
decomposer, which means it takes an instruction and returns a binary
structure which describes it rather than static text. This is great for
advanced binary code analysis.
.
This package provides the Python3 bindings.
|