weak_classdump icon indicating copy to clipboard operation
weak_classdump copied to clipboard

Cycript real-time classdump . An alternative for encrypted binaries

Results 6 weak_classdump issues
Sort by recently updated
recently updated
newest added

iPhone:~ root# cycript -p XXXX weak_classdump.cy 'Added weak_classdump to "XXXX" (8088)' iPhone:~ root# cycript -p XXXX cy# ?debug debug == true cy# weak_classdump(KBNewAppDelegate, "/var/root/test"); cy= weak_classdump(KBNewAppDelegate,"/var/root/test") Application received signal SIGSEGV

Hence it fails to dump all headers. Anyone has the same issue?

I type in the following commands, as soon as I open Terminal: ``` su cd / cycript -p SpringBoard weak_classdump.cy; cycript -p SpringBoard weak_classdump_bundle([NSBundle mainBundle],@"/var/mobile/Documents/SpringBoard") ``` Like you can see,...

When I run this: `cycript -p coinoffers weak_classdump.cy` I get this output: `{message:"*** _assert(*name != NULL):sig/parse.cpp(44):Parse_ [errno=2]",line:1,sourceId:6726464}` However if I run it in Skype, it works fine.

commonTypes, structParser, constructTypeAndName, NSNotFound, compareString1, compareString2, propertyTranslator, propertyLineGenerator, parSet, attrArr, etc. I would send a pull request to remedy this, but it would touch more lines than not, so I'll...

Hi guys. I tried use `weak_classdump_bundle` to new google chrome app. It showed does not implement error and abort message in syslog. ``` *** NSInvocation: warning: object 0x6e0e24 of class...