| View previous topic :: View next topic |
| Author |
Message |
MillowQC Newbie cheater
Reputation: 0
Joined: 13 Dec 2006 Posts: 11
|
Posted: Wed Dec 20, 2006 9:19 pm Post subject: Finding base pointer |
|
|
Hey guys, the pictures shows you what the disassembler shows me
I'm trying to find the base pointer but it's a pain, I can't seem to isolate EBP, don't know hoe, it's way more complicated than in the tutorial which is fairly simple.
Any tips or hints ? I really don't, been working hard to find it, but I feel like I lack some informations about pointers even though I've read every tut I could.
Any help would be apprciated
Thx to the community
| Description: |
|
| Filesize: |
89.57 KB |
| Viewed: |
6360 Time(s) |

|
|
|
| Back to top |
|
 |
Death4ngel Grandmaster Cheater Supreme
Reputation: 0
Joined: 23 Sep 2006 Posts: 1226 Location: Singapore
|
Posted: Wed Dec 20, 2006 9:53 pm Post subject: |
|
|
After getting the address you want. Right click it and click on "Find out what Accesses or Writes to this address." Either one of them.
Or you can just complete CE 5.3's Tutorial. Very useful for starters.
_________________
//GOD!!! THOSE STUPID RETARDED SHITHEADS NEVER MAKE IT PAST THIS STEP!!!!!!
//Thats why it's out....
 |
|
| Back to top |
|
 |
MillowQC Newbie cheater
Reputation: 0
Joined: 13 Dec 2006 Posts: 11
|
Posted: Wed Dec 20, 2006 10:12 pm Post subject: Understanding the disassembler and finding the base pointer |
|
|
Yo Bro,
Thx for answering, but I'm not that noob. The problem with reverse pointer finding is that it doesn't owkr with WOW.
If you look at the picture, after I click "Find out what accesses this pointer", I get all those results before I even modify the value of my armor class which is the value I'm trying to find the base pointer for. So, I have a problem because even though I try to filter all those results to try to find the next pointer, I just can't find it.
So I tried looking at the disassembler as you can see in my first post. But I can't seem to find the address of EBP, which is in most Window program the base pointer.
I've read a little more about stacks and the push/pop commands because the disassembler shows me that EBP pops.
Anyway, here's a little additional question, the dissassembler, what does it show ? All the code that executed prior to the value change or something else ? I want to know that in order to know how far up in the dissassembler I must go.
If anyone can shed sone light on this ! PLEASE !
GLIDER and CE FTW !!!!!
| Description: |
|
| Filesize: |
122.52 KB |
| Viewed: |
6351 Time(s) |

|
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Thu Dec 21, 2006 2:10 am Post subject: |
|
|
even though you have a lot of results, they all show basicly the same:
a pointer, and as offset 8
just pick any of those and look at the address needed to find that pointer and continue. (they are all the same anyhow)
_________________
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 |
|
 |
|