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 


Regarding 8byte mov, yuzu(emu) symbol as pointer

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
C6
How do I cheat?
Reputation: 0

Joined: 03 Jan 2025
Posts: 3

PostPosted: Fri Jan 03, 2025 6:32 am    Post subject: Regarding 8byte mov, yuzu(emu) symbol as pointer Reply with quote

I didn't know I couldn't double post, sorry.



This may be an eyesore, but I thought I'd share it in case someone else has a similar problem in the future.
However, due to my lack of basic skills, I couldn't get the second mov from rbx to work.
As a result, it ended up being different from what I intended, which was to extract from the part of the first command that is also =newmem+3(enzan+3).
Also, I'm such a beginner that I don't even know if it's okay to use rbx.
("enzan" and "kekka" are label names, and "temochi_No.1" is the symbol name)

Also, since this is an external site, I'm not sure if it's okay to link directly, so I'll just leave it at the name.
I just found a page titled "How to registersymbol like a pointer?" on fearless and used it as a reference.


Code:

enzan:
push rbx
mov rbx,temochi_No.1
mov [kekka],rbx
pop rbx
Back to top
View user's profile Send private message
MDon
How do I cheat?
Reputation: 0

Joined: 20 Dec 2024
Posts: 4

PostPosted: Sat Jan 04, 2025 4:53 am    Post subject: Re: Regarding 8byte mov, yuzu(emu) symbol as pointer Reply with quote

Code:

Enzan:// I've encountered the same problem as you. My senior said that RAX can be operated like this.
push rax
mov rax,temochi_No.1
mov [kekka],rax
pop rax

Enzan:// or, if you insist on using RBX, you can do it like this.
push rbx
push rcx
mov rbx,temochi_No.1
mov rcx,kekka
mov [rcx],rbx
pop rcx
pop rbx
Back to top
View user's profile Send private message Send e-mail
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