Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 14:35
· 92 commits to master since this release
  • Arm64 Linux support. capstone is used as the disassembler library on arm64.
  • Options to use zydis and capstone as a disassembler library on x86_64 and x86.
  • extern "C" was added in funchook.h for C++. (#15)
  • Libc-compatible functions were removed to simplify code.