-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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, I'm trying to dump the SpringBoard Headers using cycript (playing around, nothing official). But after I put in those commands, it's like it freezes. It stays frozen for a few minutes and then finally it resprings the whole phone. While the phone is frozen, nothing works: Can't input new commands, home button disabled, etc..
Maybe it's because I'm specifically trying to dump SpringBoard. There's something I need to see so I kinda need to dump SB with this script for that. In the end there are no headers in my path so I assume it's entering some sort of infinite loop without actually dumping anything.
Metadata
Metadata
Assignees
Labels
No labels