Registry / other / cccapstone

cccapstone

JSON →
library9b4128ee1153e78288a1b5433e2c06a0d47a4c4evcpkgunverified

C++ bindings for Capstone disassembly framework

vcpkg install cccapstone
INSTALL
IMPORT
SIG · CCCAPSTONE
C
cccapstone
othercppv9b4128ee1153e78288a1b5433e2c06a0d47a4c4e
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.

capstone/capstone.h
#include <capstone/capstone.h>

Initializes Capstone disassembly engine for x86-64.

#include <capstone/capstone.h> #include <iostream> int main() { csh handle; cs_open(CS_ARCH_X86, CS_MODE_64, &handle); // ... disassembly code ... cs_close(&handle); return 0; }
Debug
Known issues
gotchacccapstone is a C++ wrapper; the underlying Capstone library must be installed separately.
fix
Ensure Capstone is installed and linked correctly.
affects: *
Upgrade
Version history
9b4128ee1153e78288a1b5433e2c06a0d47a4c4elatest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources

No resource links recorded.

cccapstone — pip install cccapstone · libregistry