KJCracks / Clutch

Fast iOS executable dumper
3.67k stars 646 forks source link

Can't dump eusoft.eudic.pro #258

Closed RainyLave closed 2 weeks ago

RainyLave commented 2 months ago

When I dump eusoft.eudic.pro , the error " Error: Fained to dump " will be brought out .

The complete log as below:

DLJiPad:~ root# clutch -i
Installed apps:
8:   欧路词典 Eudic 增强版 <eusoft.eudic.pro>
DLJiPad:~ root# clutch -d 8
Zipping EuDic_pro.app
Error: Failed to dump <QuickLook_pro>

2024-05-11 15:49:16.392 clutch[5276:77068] failed operation :(
2024-05-11 15:49:16.398 clutch[5276:77068] application <NSOperationQueue: 0x14e53e40>{name = 'NSOperationQueue 0x14e53e40'}
ASLR slide: 0x7c000
Dumping <Today_pro> (armv7)
Patched cryptid (32bit segment)
ASLR slide: 0x54000
Dumping <TodayDailyWord_pro> (armv7)
Patched cryptid (32bit segment)
Writing new checksum
ASLR slide: 0xe5000
Dumping <Lightpeek_pro> (armv7)
Patched cryptid (32bit segment)
Writing new checksum
Writing new checksum
ASLR slide: 0x23000
Dumping <EuDic_pro> (armv7)
Patched cryptid (32bit segment)
Dumping <SpeechSDK> armv7
Successfully dumped framework SpeechSDK!
Writing new checksum 
Zipping SpeechSDK.framework
Zipping Lightpeek_pro.appex
Zipping QuickLook_pro.appex
Zipping TodayDailyWord_pro.appex
Zipping Today_pro.appex
FAILED: <EuDic_pro bundleID: eusoft.eudic.pro>
Finished dumping eusoft.eudic.pro in 89.1 seconds

is there any solution to solve this problem ? Thanks a lot !

RainyLave commented 2 months ago

As my ipad is working on ios8, so the newest frida is not working for me, so i download frida==12.11.6. Hope this could help~

RainyLave commented 2 months ago

I used Frida-ios-dump and it works well with many apps can't dumped by clutch, maybe we can use Frida-ios-dump to do more!