buffer / libemu

x86 emulation and shellcode detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

	  _______________
	 |               |
	 |               |
	 |    libemu     |
	 | x86 emulation |
	 |               |
	 |               |
	 |               |
	 \ O             |
	  \______________|

	
homepage: http://libemu.mwcollect.org


building from svn:
  autoreconf -v -i
  ./configure --prefix=/opt/libemu; make install

building from tarball:
  tar xvfz libemu-VERSION.tar.gz
  cd libemu-VERSION
  ./configure --prefix=/opt/libemu; make install


specific configure options:

--enable-debug          enable debug code generation [default=yes]
	debug messages, instruction strings, nothing one wants to miss, even if it takes a lot of cpu cycles.



About

x86 emulation and shellcode detection


Languages

Language:C 99.4%Language:M4 0.3%Language:Makefile 0.3%Language:Python 0.0%