-
Posts
18 -
Joined
-
Last visited
Everything posted by superkhung
-
an addon for lldb like @iOSv64 said. if you want more "GUI" like, take a look at Voltron https://github.com/snare/voltron
-
just want to share a little lldb python script for iOS debugging life https://github.com/superkhung/lldbinit loves fG!'s .gdbinit style.
-
gonna try, thanks
-
thanks
-
Tool Flex 2 1.950k (FULLY CRACKED, ALL FEATURES) (iOS 8)
superkhung replied to 45GTR's topic in Tools
thx -
so your file is not a fat binary. you can check it with lipo -info or otool -hv
-
Help/Support PuTTY problem unrecognized arm osabi
superkhung replied to Goggwell's topic in Help & Support
What's your idevice ? If it's running arm64, u can only debug app with lldb and debugserver (can find it in xcode) since apple only support gdb up to armv7 -
Help/Support PuTTY problem unrecognized arm osabi
superkhung replied to Goggwell's topic in Help & Support
it's not putty, seems that you are trying gdb on an device that it cpu arch wont support by gdb (should be arm64). Use lldb instead. U can see this in Apple's code switch (info.osabi) { case GDB_OSABI_DARWIN: info.bfd_arch_info = bfd_lookup_arch (bfd_arch_arm, 0); break; case GDB_OSABI_DARWINV6: info.bfd_arch_info = bfd_lookup_arch (bfd_arch_arm, bfd_mach_arm_6); break; case GDB_OSABI_DARWINV7: info.bfd_arch_info = bfd_lookup_arch (bfd_arch_arm, bfd_mach_arm_7); break; case GDB_OSABI_DARWINV7F: info.bfd_arch_info = bfd_lookup_arch (bfd_arch_arm, bfd_mach_arm_7f); break; case GDB_OSABI_DARWINV7K: info.bfd_arch_info = bfd_lookup_arch (bfd_arch_arm, bfd_mach_arm_7k); break; default: warning ("Unrecognized osabi %d in arm_set_osabi_from_host_info", (int) info.osabi); } -
A little tool to decrypt Fallout Shelter's .sav (saved game). Usage: FOSDecrypt.exe VaultFile.sav Edit your VaultFile.sav using any json editor and run decrypt again to encrypt it then copy to your idevice and taste. If you beautify your json to edit, remember to minify (compress) before encrypt it back. Run screen shot Edited game Edit: included source code. Download [Hidden Content]
- 334 replies
-
- 113
-
-
-
-
-
-
-
Save Game Fallout Shelter - The epic number 9
superkhung replied to superkhung's topic in Save Game Cheats
ja ha thanks for edit. my first post here rolf -
My modified saved game: Vault name 999 Most resource is 999 10 dwellers have 9 in all stats, armor, weapon A super duper dweller that have my name with 99 all stats No rock Unlock all build Clear all tutor's build for a fresh game Download: [Hidden Content]
- 51 replies
-
- 31
-
-
-
-
-