-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
The CAPSTONE package provides CFFI bindings to the Capstone Disassembler, and layers on a simple CLOS-based API which exposes a more idiomatic Common Lisp API. Capstone is a vey popular disassembler which is useful for converting machine-code to assembler instructions. It has support for many instruction set architectures.
Capstone homepage: http://www.capstone-engine.org
CAPSTONE package: https://github.com/GrammaTech/cl-capstone
Thanks!
Eric