Hi,
How can i view the eip register?
I tried :
mov _eip, eip
but the compiler do not recognize eip register.
pushad don't seem to be possible as the eip register is not push into the stack for me to pop it out?
Any ideas guys? Thanks a million
mov _eip,$
You can also use the "delta trick" :
call _delta
_delta: pop eax