Skip to content

Releases: kubo/funchook

Release v1.1.3

04 Jun 08:55
Compare
Choose a tag to compare
Bump version to 1.1.3

Release v1.1.2

12 Mar 12:38
Compare
Choose a tag to compare
Bump version to 1.1.2

Release v1.1.1

02 Oct 14:07
Compare
Choose a tag to compare
  • More permissive check for page allocation mmap (#25)
  • Flush instruction cache for arm64. It does nothing for intel CPU.
  • Disassember engine
    • Upgrade capstone to 4.0.2
    • Upgrade distorm to 3.5.2
  • CMake
    • Allow user to specify FUNCHOOK_CPU explicitly (#19)
    • Avoid polluting global include and link dirs (#20)
    • Use target based compile options for gcc's -Wall (#21)
    • Use ExternalProject_add to download captone only (#30)
    • Add option FUNCHOOK_INSTALL (#31)
    • Use "FUNCHOOK_CPU MATCHES " (#32)
  • Documentation
    • added example usage from python (#22)
  • Fix tests on Android (#29)

Release v1.1.0

22 Mar 14:35
Compare
Choose a tag to compare
  • 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.