Y
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
smackfu
4601 days ago
The binaries are not encrypted, they're just signed.
link
0x0
4601 days ago
Is that a new thing? Last I checked, the executable was heavily encrypted in the code section..
link
pugz
4601 days ago
The binaries are indeed encrypted, as evidenced by running "otool -l <binary>|grep cryptid". Why do you think otherwise?
link
smackfu
4601 days ago
Sorry was just wrong.
link