Rare find

Objsee. Watch what methods your iOS app is calling, in real time.

github.com/EthanArbuckle/objsee-ios

Vaya's read on this project

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

Updates

March 2026
  • disable springboard watchdog hook
February 2026
  • cli supports —caller to enable showing caller info for each captured …
  • use basic description for NSISVariable
  • Fix for -description causing crashes for some classes
  • fix crash symbolication
  • signal guard returns a status. wrap operations that may recurse
  • support unhooking (on cli detatch) and rehooking objc_msgSend
  • rename original_msgSend global
  • getter for memory hook substrate api
  • don’t copy class name when building events
  • fix ptr check on armv7
  • mshookfunction wrapper
  • Add option to have frames resolve their caller
  • Prevent watchdog from killing apps that are slow to launch
  • Add json field to events. formatted events can be sent to custom even…
  • fix the test-app’s event handler
  • fix: detaching the cli from trace target would crash it
  • support building without capstone
  • fix signal guard
  • cache for realized classes