Maybe a stupid question, but is there a way (in protected mode) to determine your the EIP?
I want to change some code based on the place I’m executing.
But this code is generated so it’s no option to make a label to determine it.
Is there an other way?
Dynamic code
Re: Dynamic code
Code: Select all
db 0xE8
dd 0x00000000
pop eax
Re: Dynamic code
Pfff sometimes a little code can make a big deference.XanClic wrote:Code: Select all
db 0xE8 dd 0x00000000 pop eax
I tested it and EAX = Where code "0xE8" is + 3.
Now i can start calculating!!
Thanks!!!
Computer says NOOOO