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.
|