Jump to content

Juku

Senior Member
  • Posts

    1,190
  • Joined

  • Last visited

Everything posted by Juku

  1. Thanks shmoo! Hate when this happens, will try and look into this
  2. Welcome
  3. 414 mbps download speed holy shit! Movies must be instant for you
  4. oh lmao so you type it in backwards?
  5. Hello, so recently I have been using gdb to hack things and its been working wonderfully, only problem is, when it comes to testing, I have to do it the long way which is editing binary in HxD and then resigning blah blah and retransfering it over to my device. 1) I know there is a quicker and much more efficient way in gdb by doing: set *0xOffset=0xHexCode But I'm so confused. Which code is it talking about? arm hex, thumb hex, arm gdb/lldb, which one is it talking about? Am I doing something wrong. Because I edited the code the binary way and it worked fine. But it does nothing when I do the set command. 2) Sometimes I get this weird error in gdb saying: Cannot access memory address
  6. oh i know what you mean now, how some bars have no number indicating your health, same for fuel and stuff like that. Interesting.
  7. ohhhhhhhhhhhhhh so energy and hp offset cant be found the normal way so you have to use fuzzy mode?
  8. Just curious what it does and whats the difference between fuzzy and the normal way.
  9. oh so they still have display commands in lldb too?
  10. they are still useful in lldb too?
  11. If you watch this tutorial you see after setting a watchpoint in gdb he does these commands: display $r0 display $r1 display $r2 display $r3 display $r4 What do these commands mean? And are they still necessary to hack a game in gdb/lldb? And also what would these display commands be in lldb? Thanks. @@DiDA @@shmoo @mrslater @mrphoenix @@Amuyea @@castix
  12. worked thanks guys!
  13. Good job Amuyea
  14. ok so not the aslr removed signed and thinned? alright ill test
  15. #include <substrate.h> int getmoney() { return 9999; } %ctor{ MSHookFunction(((void*)MSFindSymbol(NULL, "__ZN10Characters5Money8GetValueEv")),(void*)getMoney, NULL); }
  16. Merry Christmas!!!

    1. KFCzZz

      KFCzZz

      Happy Easter

    2. Cycas

      Cycas

      Happy hallowen

  17. Because I know which one to use when I'm using strings, but when using lldb since im on ios 8.4 I gotta do a lot of stuff to a binary lel i did yesterday 2 more left
×
  • 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