Skip to content

ByteHook v1.0.1

Choose a tag to compare

@caikelun caikelun released this 18 Aug 03:58
v1.0.1
575302b

Bugs fixed

  • Fix the bug in the CFI check bypass mechanism in arm64/x86_64. This bug will cause the CFI check bypass mechanism to fail after running for a period of time, and then cause a crash.
  • Add proguard.txt to AAR to keep all native methods.

Improve

  • Upgrade the NDK version to 23.0.7599858.

Bugs 修复

  • 修复 arm64 / x86_64 中 CFI check 绕过机制中的 bug。这个 bug 会导致 CFI check 绕过机制在运行一段时间后失效,然后导致崩溃。
  • 在 AAR 中增加 proguard.txt,用来 keep 所有的 native 方法。

改进

  • 升级 NDK 版本到 23.0.7599858。