File: control

package info (click to toggle)
libemu 0.2.0%2Bgit20120122-1.2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 3,360 kB
  • ctags: 1,872
  • sloc: ansic: 43,547; makefile: 211; python: 14
file content (92 lines) | stat: -rw-r--r-- 2,803 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Source: libemu
Priority: extra
Maintainer: David Martínez Moreno <ender@debian.org>
Build-Depends: debhelper (>= 9), autoconf, automake, libtool, check, python-all-dev (>= 2.3.5-11)
Standards-Version: 3.9.3
Section: libs
Homepage: http://libemu.carnivore.it/

Package: libemu-dev
Section: libdevel
Architecture: any
Depends: libemu2 (= ${binary:Version}), ${misc:Depends}
Description: x86 shellcode detection and emulation
 libemu is a small library written in C offering basic x86 emulation and
 shellcode detection using GetPC heuristics.  Intended use is within network
 intrusion/prevention detections and honeypots.
 .
 libemu supports:
   * executing x86 instructions
     * reading x86 binary code
     * register emulation
     * basic FPU emulation
   * shellcode execution
     * shellcode detection
       * using GetPC heuristics
       * static analysis
       * and binary backwards traversal
      * Win32 API hooking
 .
 Using libemu one can:
   * detect shellcodes
   * execute the shellcodes
   * profile shellcode behaviour
 .
 This package has the development files.

Package: libemu2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: x86 shellcode detection and emulation
 libemu is a small library written in C offering basic x86 emulation and
 shellcode detection using GetPC heuristics.  Intended use is within network
 intrusion/prevention detections and honeypots.
 .
 libemu supports:
   * executing x86 instructions
     * reading x86 binary code
     * register emulation
     * basic FPU emulation
   * shellcode execution
     * shellcode detection
       * using GetPC heuristics
       * static analysis
       * and binary backwards traversal
      * Win32 API hooking
 .
 Using libemu one can:
   * detect shellcodes
   * execute the shellcodes
   * profile shellcode behaviour
 .
 This package has the basic utilities and library files.

Package: python-libemu
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: x86 shellcode detection and emulation - Python bindings
 libemu is a small library written in C offering basic x86 emulation and
 shellcode detection using GetPC heuristics.  Intended use is within network
 intrusion/prevention detections and honeypots.
 .
 libemu supports:
   * executing x86 instructions
     * reading x86 binary code
     * register emulation
     * basic FPU emulation
   * shellcode execution
     * shellcode detection
       * using GetPC heuristics
       * static analysis
       * and binary backwards traversal
      * Win32 API hooking
 .
 Using libemu one can:
   * detect shellcodes
   * execute the shellcodes
   * profile shellcode behaviour
 .
 This package has the Python bindings.