rikkuz
1st December 2006, 06:49
==================================
code snippet from RendDX9.dll
FLD DWORD PTR DS:[ESI+30]<---
MOV DWORD PTR DS:[EAX],ECX
FSTP DWORD PTR DS:[EAX+4]
Basepointer-[[RendBase + 0x227660] + 0x8 + 0x30]
======== i get this from caliber1942========
i try to trace dma, and this is what i did
- renddx9.dll+0x227660 = 0x03FC7660 value at this address is 0x031887A4 (in hex edit A4 87 18 03)
then
- 0x031887A4+0x8 = 0x03F8A754 value at this address is 0x03DEB500 (in hex edit 00 B5 DE 03)
then
- 0x03DEB500+0x30 = 0x03DEB530 value at this address is 0x5E8BFFFF
rendbase+0x49B26 = 03DE9B26 is where the code is
FLD DWORD PTR DS:[ESI+30]<---
0x03DEB530 is address i get :tired:
can any tell me where did i wrong or to get to that address i have to do domething more.
Thank you
code snippet from RendDX9.dll
FLD DWORD PTR DS:[ESI+30]<---
MOV DWORD PTR DS:[EAX],ECX
FSTP DWORD PTR DS:[EAX+4]
Basepointer-[[RendBase + 0x227660] + 0x8 + 0x30]
======== i get this from caliber1942========
i try to trace dma, and this is what i did
- renddx9.dll+0x227660 = 0x03FC7660 value at this address is 0x031887A4 (in hex edit A4 87 18 03)
then
- 0x031887A4+0x8 = 0x03F8A754 value at this address is 0x03DEB500 (in hex edit 00 B5 DE 03)
then
- 0x03DEB500+0x30 = 0x03DEB530 value at this address is 0x5E8BFFFF
rendbase+0x49B26 = 03DE9B26 is where the code is
FLD DWORD PTR DS:[ESI+30]<---
0x03DEB530 is address i get :tired:
can any tell me where did i wrong or to get to that address i have to do domething more.
Thank you