Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


register eip

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Filipe_Br
Master Cheater
Reputation: 3

Joined: 07 Jan 2016
Posts: 272
Location: My house

PostPosted: Tue Mar 21, 2017 12:37 pm    Post subject: register eip Reply with quote

I read somewhere that the value of the assembly register eip can only be read, more as it reads its value, I try this and error:
Code:
mov eax,eip

_________________
...
Back to top
View user's profile Send private message
panraven
Grandmaster Cheater
Reputation: 54

Joined: 01 Oct 2008
Posts: 941

PostPosted: Tue Mar 21, 2017 1:32 pm    Post subject: Reply with quote

jmp register is equipvaent to mov rip/eip, register I guess.

It seems CE AA doesn't support eip or rip addressing, try use label as 'read':
Code:

...
32-bit
lea   eax,[wantEIP] //// not relocatable if it matter
wantEIP:
...
64-bit
lea   rax,[wantRIP] /// should compile to 48 8d 05 00 00 00 00
wantRIP:
...


or http://stackoverflow.com/questions/4062403/how-to-check-the-eip-value-with-assembly-language

_________________
- Retarded.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites