blob: 7c7bedf1f468f1fd120b07f5ad257669c4f4f727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Fast and lightweight x86/x86-64 disassembler and code generation
library.
Features
* Supports all x86 and x86-64 (AMD64) instructions and extensions
* Optimized for high performance
* No dynamic memory allocation ("malloc")
* Thread-safe by design
* Very small file-size overhead compared to other common
disassembler libraries
* Complete doxygen documentation
* Absolutely no third party dependencies — not even libc
- Should compile on any platform with a working C11 compiler
- Tested on Windows, macOS, FreeBSD, Linux and UEFI, both user
and kernel mode
|