Source: libemu
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-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.
