View previous topic :: View next topic |
Author |
Message |
kik4444 Expert Cheater
Reputation: 0
Joined: 07 Sep 2013 Posts: 120 Location: Bulgaria
|
Posted: Fri Dec 27, 2013 11:10 am Post subject: Pointers question |
|
|
When working with pointers, is there a difference between using the extremely long "Pointer scan for this address" and the other where you do a hex search for the opcode and then add the address with the offset?
_________________
Silence will fall when the question is asked... |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sat Dec 28, 2013 5:39 am Post subject: |
|
|
The hex one doesn't take as long, but requires you to reverse engineer code which requires some skill. (It's not only that hex thing) and some games don't debug properly
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Rawing Cheater
Reputation: 0
Joined: 01 May 2010 Posts: 42 Location: Austria
|
Posted: Sat Dec 28, 2013 12:37 pm Post subject: |
|
|
When you use the "what accesses/writes this value" function, you need to figure out which of the instructions is the one you're looking for, and even if you get the right one, the scan for pointers can return lots of results. If you do this for multiple levels of pointers, it's a lot of effort, which is why the pointer scan exists. It searches for pointers to the area around your value, then for pointers to the area around those pointers, and so on. The downside is, it can return false positives (pointer paths that aren't even pointer paths at all but look as though they are) and for some reason, uses a sh*tload of resources (Scanning 1.3GB of data used about 4GB in my case). The upside is, you don't have to do everything manually.
_________________
Game over! Die again! |
|
Back to top |
|
 |
kik4444 Expert Cheater
Reputation: 0
Joined: 07 Sep 2013 Posts: 120 Location: Bulgaria
|
Posted: Sat Dec 28, 2013 7:42 pm Post subject: |
|
|
Yeah, but it takes a REALLY long while, once I even waited for a full 15 mins of non-stop scanning and I stopped cause I lost interest
_________________
Silence will fall when the question is asked... |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Sat Dec 28, 2013 7:54 pm Post subject: |
|
|
15 minutes isn't really long. Some people even go 48 hours
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
samcruz How do I cheat?
Reputation: 0
Joined: 15 Dec 2013 Posts: 9
|
Posted: Tue Dec 31, 2013 9:09 am Post subject: |
|
|
kik4444 which game are you playing ?
|
|
Back to top |
|
 |
|