https://github.com/buffer/libemu
x86 emulation and shellcode detection
https://github.com/buffer/libemu
Last synced: 4 months ago
JSON representation
x86 emulation and shellcode detection
- Host: GitHub
- URL: https://github.com/buffer/libemu
- Owner: buffer
- Created: 2015-10-12T11:48:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T14:28:03.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T08:51:20.258Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 1.62 MB
- Stars: 148
- Watchers: 10
- Forks: 40
- Open Issues: 7
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-awesome-honeypots - libemu - Shellcode emulation library, useful for shellcode detection. (Network and Artifact Analysis)
- awesome-honeypots - libemu - Shellcode emulation library, useful for shellcode detection. (Network and Artifact Analysis)
- awesome-honeypots - libemu - Shellcode emulation library, useful for shellcode detection. (Network and Artifact Analysis)
README
_______________
| |
| |
| 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.