Email or username:

Password:

Forgot your password?
sam henri gold

can someone smarter than me please do a runtime dump of 18.0? cheers

5 comments
Григорий Клюшников

What do you mean by runtime dump? Last time I reverse engineered iOS I was able to mount the largest .dmg from the .ipsw and extract the dyld cache with some tool I found on github

sam henri gold

@grishka I've been whacking a bunch of tools at it after finally extracting the rootfs (github.com/dhinakg/aeota) but can't get any of them to properly produce a nice output. Best I could do was `rabin2 -cc` but that's not a particularly pretty output

Григорий Клюшников

sam henri gold, ah, you want class-dump. You'll have to build it yourself for ARM. You'll also need this to extract the dyld cache

sam henri gold

@grishka I think they changed something in the binary structure, I've been using the arm build I made last year, dsdump, the `ipsw` tool, classdump-dyld. nothing

Go Up