Okay, so gdb isn't giving me results after I've changed the -value- of the element I set to watch point on
the game doesn't freeze after I changed the watch pointed value
So I Ctrl+C then re enter the watch point command then type continue
But nothing comes up, am I doing anything wrong ?
So this is the commands the put in
gdb
att [PID:I get it from gameplayer once I've selected the application]
watch 0x*value from gameplayer* e.g. 0x184BF4D8
continue
After that I go back in the game and do something to change the value but the game doesn't freeze and nothing happens so I run:
watch 0x*value entered previously*
Then
continue
But even then nothing happens, I don't get any results whatsoever
Am I doing anything wrong ? Or is that certain app just wouldn't cooperate ?