KJCracks / Clutch

Fast iOS executable dumper
3.67k stars 646 forks source link

Failed to find address of header (Roar Rampage) #259

Open yuvalyly opened 2 months ago

yuvalyly commented 2 months ago

Another user and me are trying to dump the game Roar Rampage from an IPad Mini 2 and we ran into some errors. We followed a guide from the Legacy Jailbreak Subreddit wiki, and everything worked fine until we reached the actual dumping.

I've tried looking online, and found another post with a similar error message, and the answer he got was that he can't dump 32bit apps, but on this GitHub page it says that Clutch supports all architecture types, so I doubt this is the issue. I've also found another issue on this GitHub that had the same error message, but the exact error code they got in the log was different.

We are using clutch version 2.0.4.

Log


Blakes-Ipad:~ mobile$ su
Password:
Blakes-Ipad:/var/mobile root# clutch -d 6
Zipping Roar Rampage.app
Swapping architectures..
Error: Failed to find address of header!

Error: Failed to dump <Roar Rampage> with arch armv7

2024-05-17 13:52:52.300 clutch[711:42169] failed operation :(
2024-05-17 13:52:52.301 clutch[711:42169] application <NSOperationQueue: 0x137d719d0>{name = 'NSOperationQueue 0x137d719d0'}
Swapping architectures..
Error: Failed to find address of header!

Error: Failed to dump <Roar Rampage> with arch armv7s

2024-05-17 13:52:52.551 clutch[711:42169] failed operation :(
2024-05-17 13:52:52.551 clutch[711:42169] application <NSOperationQueue: 0x137d719d0>{name = 'NSOperationQueue 0x137d719d0'}
Error: Failed to dump <Roar Rampage>

2024-05-17 13:52:52.552 clutch[711:42169] failed operation :(
2024-05-17 13:52:52.552 clutch[711:42169] application <NSOperationQueue: 0x137d719d0>{name = 'NSOperationQueue 0x137d719d0'}
FAILED: <Roar Rampage bundleID: com.FDGEntertainment.RoarRampage>
Finished dumping com.FDGEntertainment.RoarRampage in 5.5 seconds
Blakes-Ipad:/var/mobile root#  ```