Rare find

TweakInspect. Analyze what iOS jailbreak tweaks are actually doing inside the code.

github.com/EthanArbuckle/TweakInspect

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2025
  • Detect stores of orig IMP for class_replaceMethod calls
  • Improve tests
  • fix: match base register when tracking stack spills across store/load…
  • unit test fix: MSFindSymbol requires underscore prefix
  • fix: detect orig pointer in MSHookFunction calls
  • detect hooking API usage resolved with MSFindSymbol
  • Add detection for dlsym-resolved hooking APIs
July 2025
  • capstone 5
May 2025
  • Squashed commit of the following:
April 2025
  • fix misc issues
March 2025
  • Merge pull request #4 from donato-fiore/bug-fix
  • Add test for fix
February 2025
  • Fix bug where MSHookFunction's first argument was image path instead …
  • Fix a crash in the method_setImp() codesearch routine
January 2025
  • Update readme
  • Support renaming %orig calls in IDA
  • IDA Pro script to rename/label hooks
  • IMPs created with imp_implWithBlock() don’t point directly to the bac…
August 2024
  • functions for coverting models to/from dicts
  • add setup.py