Skip to content

FHook 3.0

Latest

Choose a tag to compare

@Rift0911 Rift0911 released this 21 Sep 01:19
· 2 commits to master since this release
  1. New: constructor hooking support
  2. Fix: bug in checking all OP_MOVE_OBJECT instructions
  3. Change: mass hooks run on a background thread; keep main-thread sync API for special cases (may cause ANR)
  4. Fix: Class_forName Plan A logic
  5. Optimize: unlisten-only without resetting existing hook configuration
  6. Optimize: Agent_OnAttach return flow
  7. Optimize: array register grouping
  8. Fix: opcode handling bug
  9. Fix: Java-layer issues; improved ANR behavior