How to defeat "encrypted" pointers?

Ask for Help on Using the Language With Memory Hacking Software

Moderators: g3nuin3, SpeedWing, WhiteHat, mezzo

How to defeat "encrypted" pointers?

Postby CodeMaster.Rapture » Sun Mar 23, 2008 9:38 am

Hey,

I came across a first today:

MOV EDX, DWORD PTR [EDX+ECX*4]

Any suggestions on how to crack that and/or find the static pointer? I'm at a loss.

Thanx in advance,
CMR
CodeMaster.Rapture
Hackleberry Fin
 
Posts: 20
Joined: Sun Mar 16, 2008 2:15 pm

Postby L. Spiro » Sun Mar 23, 2008 10:08 am

It is not encryped.

EDX is the base address (0x34FEBCA0 or whatever) and ECX is the index (0, 1, 2, 3, 4, etc.)


It is just an access to a array. Nothing more.


L. Spiro
Our songs remind you of songs you’ve never heard.
User avatar
L. Spiro
L. Spiro
 
Posts: 3129
Joined: Mon Jul 17, 2006 10:14 pm
Location: Tokyo, Japan

Postby CodeMaster.Rapture » Sun Mar 23, 2008 10:27 am

Wow,

Didn't know arrays looked like that in ASM, thanx a bunch!

-CMR
CodeMaster.Rapture
Hackleberry Fin
 
Posts: 20
Joined: Sun Mar 16, 2008 2:15 pm


Return to Help

Who is online

Users browsing this forum: No registered users and 0 guests

cron