Jump to content

Rook

Administrator
  • Posts

    65,830
  • Joined

  • Last visited

Everything posted by Rook

  1. If the developers of the app can't, you're stuck.
  2. Downgrade the app using App Admin, use the hack, then update the game.
  3. You failed to read the easiest instructions on the first post.
  4. What is GDB? GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. GDB can do four main kinds of things (plus other things in support of these) to help you catch bugs in the act: Start your program, specifying anything that might affect its behavior. Make your program stop on specified conditions. Examine what has happened, when your program has stopped. Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another. The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). Those programs might be executing on the same machine as GDB (native) or on another machine (remote). GDB can run on most popular UNIX and Microsoft Windows variants. v1708: http://iosddl.net/b522d1c7e4ada650/gdb_1708_iphoneos-arm.deb v1821: http://iosddl.net/b175a9d65777564a/gdb-1821.deb The latest version is v1824 which is open sourced here: http://opensource.apple.com//source/gdb/
  5. No spaces? Oooops! I'll update the first post.
  6. Go to /var/mobile/Documents/Binary And see if there's a file there.
  7. Thank you for sharing this!
  8. Can you try redownloading and reinstalling? If that doesn't work, apply the thinned binary manually.
  9. Can't help you unless you post the full iFile output.
  10. Updated "Add Void" option for all cases. If there's no user input, it will null the function.
  11. Make sure iFile installation finishes with Result Code 0.
  12. UPDATED! You can now enter an offset before converting. This is useful for branch instructions. (http://i.imgur.com/F4X2JlP.png) More improvements were made to the Conversions page.
  13. Yes, devices are a factor in loading times also since they need to process the page. Internet Speed?
  14. What's your internet speed and location?
  15. Of course. There are many factors that contribute to loading time. Even your PC specs have an impact on loading time because your PC needs to render the page.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines