View previous topic :: View next topic |
Author |
Message |
Nicholas Cage Newbie cheater
Reputation: 0
Joined: 18 Apr 2014 Posts: 16 Location: no
|
Posted: Sun Apr 27, 2014 1:05 am Post subject: How do I find an opcode's offset? |
|
|
Sorry i'm a newb of course, and sorry for bugging you guys.
But yeah, how do I find an opcode's offset?
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sun Apr 27, 2014 5:08 am Post subject: |
|
|
examplegame.exe+08ace 00 00 00 add eax, al
the offset in this imaginary case is 08ace. Unless you mean something else, then please elaborate more.
_________________
|
|
Back to top |
|
 |
aikoncwd Grandmaster Cheater
Reputation: 23
Joined: 21 Dec 2012 Posts: 591 Location: Spain (Barcelona)
|
Posted: Mon Apr 28, 2014 5:54 am Post subject: Re: How do I find an opcode's offset? |
|
|
Nicholas Cage wrote: | Sorry i'm a newb of course, and sorry for bugging you guys.
But yeah, how do I find an opcode's offset? |
Can you post more info?
Maybe you need to use aobscan to get the address of a pattern, example:
OUTLOOK.EXE+6B - 20 44 4F 53 - and [edi+ecx*2+53],al
OUTLOOK.EXE+6F - 20 6D 6F - and [ebp+6F],ch
OUTLOOK.EXE+72 - 64 65 2E 0D 0D0A2400 - or eax,240A0D
if you need to get OUTLOOK.EXE+6B you can use something like:
aob(aob1,20 44 4F 53 20 6D 6F 64 65 2E 0D 0D 0A 24 00)
bye
_________________
Hey Hitler
Test here your skill with CheatEngine, I coded a challenge for you. Try to beat it!
HERE |
|
Back to top |
|
 |
|