Hacker News new | ask | show | jobs
by saagarjha 2665 days ago
I’d be interested in hearing how they reverse engineered the data!
1 comments

Mostly used popular tools like Hopper, LLDB, Hex Fiend. Xcode's debugger UI was surprisingly helpful too because it lists current memory allocations of obj-c instances nicely. Also learned about Frida along the way and would have used it more in retrospect.