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 


changing the code causes a crash

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

Joined: 09 Jun 2024
Posts: 9

PostPosted: Mon Jun 17, 2024 8:25 pm    Post subject: changing the code causes a crash Reply with quote

I simply change inc to add 1 and it causes it to crash. Why is that? Isn't it basically the same thing?
inc qword ptr [rcx+08] --> add qword ptr [rcx+08],01
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4709

PostPosted: Mon Jun 17, 2024 9:08 pm    Post subject: Reply with quote

Different number of bytes
Code:
48 FF 41 08           - inc qword ptr [rcx+08]
48 83 41 08 01        - add qword ptr [rcx+08],01
Changing it to add overwrites the first byte of the next instruction
_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
smallthings23
How do I cheat?
Reputation: 0

Joined: 09 Jun 2024
Posts: 9

PostPosted: Mon Jun 17, 2024 9:14 pm    Post subject: Reply with quote

ParkourPenguin wrote:
Different number of bytes
Code:
48 FF 41 08           - inc qword ptr [rcx+08]
48 83 41 08 01        - add qword ptr [rcx+08],01
Changing it to add overwrites the first byte of the next instruction

so how do I resolve it?
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4709

PostPosted: Mon Jun 17, 2024 9:52 pm    Post subject: Reply with quote

Inject code instead of changing it in-place. If you don't know what code injection is, see the CE tutorial. Use the "AOB Injection" or "Full Injection" templates.
_________________
I don't know where I'm going, but I'll figure it out when I get there.
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