I've been trying to hack gems Pocket Army as my first hack with gdb. I removed aslr and I successfully attached the binary, but take a look at what happens when set up watch points and press continue
(gdb) watch *0x02FD1C88 Hardware watchpoint 1: *50142344 (gdb) watch *0x02FDC930 Hardware watchpoint 2: *50186544 (gdb) watch *0x02FE1C28 Hardware watchpoint 3: *50207784 (gdb) c Continuing.
It gets stuck on that last line. This is frustrating. This happened with another game called, Zombie Hq. What am I doing wrong? I even tried reinstalling gdb and that changed nothing. Any suggestions are welcome.
~KingRalph