File: control

package info (click to toggle)
distorm3 3.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,380 kB
  • sloc: ansic: 11,843; python: 4,979; cs: 1,749; java: 1,478; cpp: 146; makefile: 85
file content (69 lines) | stat: -rw-r--r-- 2,712 bytes parent folder | download
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: distorm3
Section: libs
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python,
               python-setuptools,
               python3,
               python3-setuptools
Standards-Version: 4.3.0
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})
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: python-distorm3
Architecture: all
Section: python
Depends: ${misc:Depends}, libdistorm3-3 (>= ${source:Version}), python
Description: powerful disassembler library for x86/AMD64 binary streams (Python 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 Python bindings.

Package: python3-distorm3
Architecture: all
Section: python
Depends: ${misc:Depends}, libdistorm3-3 (>= ${source:Version}), python3
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.