Hacker News new | ask | show | jobs
by josso 4601 days ago
Wouldn't you need to decrypt, on a jailbroken device, it to get something useful out of the assembly? Or is that not needed for disassembling?
1 comments

The binaries are not encrypted, they're just signed.
Is that a new thing? Last I checked, the executable was heavily encrypted in the code section..
The binaries are indeed encrypted, as evidenced by running "otool -l <binary>|grep cryptid". Why do you think otherwise?
Sorry was just wrong.