Difference between revisions of "IOS debugserver with IDA"
From Hawk Wiki
Line 7: | Line 7: | ||
Refer to [http://bbs.pediy.com/showthread.php?t=138472]<br> | Refer to [http://bbs.pediy.com/showthread.php?t=138472]<br> | ||
Another more recent post http://bbs.pediy.com/showthread.php?t=190126 | Another more recent post http://bbs.pediy.com/showthread.php?t=190126 | ||
+ | |||
+ | I finally got it working by following this link | ||
+ | http://versprite.com/og/ios-reverse-engineering-part-one-configuring-lldb/ | ||
[http://iosre.com/forum.php?mod=viewthread&tid=52 Method2]<br> | [http://iosre.com/forum.php?mod=viewthread&tid=52 Method2]<br> |
Revision as of 03:58, 20 August 2015
- On Mac. Open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.0 (XXXXXX)
-
hdiutil attach ./DeveloperDiskImage.dmg
- Mount DeveloperDiskImage.dmg, copy everything into a folder
- Use iFunbox or SCP tool upload all files in DeveloperDiskImage.dmg to iphone /Developer
- iPhone root#
/Developer/usr/bin/debugserver port:2008 /var/mobile/Containers/Bundle/Application/xx-xxxx-xx/Scan.app/Scan
Refer to [1]
Another more recent post http://bbs.pediy.com/showthread.php?t=190126
I finally got it working by following this link http://versprite.com/og/ios-reverse-engineering-part-one-configuring-lldb/