Registry / other / libdisasm

libdisasm

JSON →
library0.23vcpkgunverified

x86 Disassembler Library.

vcpkg install libdisasm
INSTALL
IMPORT
SIG · LIBDISASM
L
libdisasm
othercppv0.23
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libdisasm.h
#include <libdisasm.h>

Disassemble a single NOP instruction

#include <libdisasm.h> #include <iostream> int main() { x86_init(opt_none, NULL, 0); x86_insn_t insn; unsigned char code[] = {0x90}; // NOP x86_disasm((unsigned char*)code, 1, 0, 0, &insn); std::cout << insn.mnemonic << std::endl; x86_cleanup(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.23latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libdisasm — pip install libdisasm · libregistry