libemu-dev

X86 shellcode detection and emulation
  http://libemu.carnivore.it/
  0
  no reviews



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.