View previous topic :: View next topic |
Author |
Message |
leacks Cheater
Reputation: 0
Joined: 12 Feb 2008 Posts: 36
|
Posted: Sun Mar 13, 2011 7:42 am Post subject: Decode wrong |
|
|
The ce6.1
Code: |
[Enable]
Registersymbol(BigView)
Alloc(BigView,128)
Registersymbol(BigList)
Label(BigList)
BigView:
mov eax,[BigList+ecx*4]
BigList:
dd 0
[Disable]
UnRegistersymbol(BigView)
DeAlloc(BigView)
UnRegistersymbol(BigList)
|
Code: |
BigView - 8B 04 8D - mov eax,[ecx*4]
00BF0003 - 07 - pop es
00BF0004 - 00 BF 00000000 - add [edi+00000000],bh
|
The AOB is true.But the text is wrong.
The old ver.
Code: |
8b 04 8d 07 00 0a 04 - mov eax,[ecx*4+biglist]
|
|
|
Back to top |
|
 |
leacks Cheater
Reputation: 0
Joined: 12 Feb 2008 Posts: 36
|
Posted: Mon Mar 14, 2011 5:28 pm Post subject: |
|
|
Hi Dark Bye.
Do you understand me that the program wrong?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Mon Mar 14, 2011 6:02 pm Post subject: |
|
|
it's already fixed
_________________
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 |
|
 |
leacks Cheater
Reputation: 0
Joined: 12 Feb 2008 Posts: 36
|
Posted: Tue Mar 15, 2011 7:10 pm Post subject: |
|
|
Ths.
My english is poor.
So I do not think everyone knows I want to say.
=========
By the way.
No frmStructPointerRescanUnit.
If I delete frmStructPointerRescanUnit in cheatengine.lpr.
cheatengine.lpr(126,49) Error: Identifier not found "TfrmStructPointerRescan"
cheatengine.lpr(126,73) Error: Identifier not found "frmStructPointerRescan"
So I delete it("Application.CreateForm(TfrmStructPointerRescan, frmStructPointerRescan); ")
|
|
Back to top |
|
 |
|