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 


how to use exception handler in my AA?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
reverser69
Expert Cheater
Reputation: 0

Joined: 03 Sep 2014
Posts: 112

PostPosted: Mon Jun 08, 2020 9:53 pm    Post subject: how to use exception handler in my AA? Reply with quote

hi guys
in want to avoid access violation by handling it not to write many lines of compare.
i.e : I want to get a pointer mov tax,[rcx] sometimes it contains a pointer and sometimes it doesn't. now I want to handle this exception like when hit , go to label X.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25796
Location: The netherlands

PostPosted: Tue Jun 09, 2020 12:26 am    Post subject: Reply with quote

Code:

{$try}
mov rax,[rcx]
jmp noerror
{$except}
//error happened

noerror:
//no error happened



_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
reverser69
Expert Cheater
Reputation: 0

Joined: 03 Sep 2014
Posts: 112

PostPosted: Tue Jun 09, 2020 5:27 am    Post subject: Reply with quote

Dark Byte wrote:
Code:

{$try}
mov rax,[rcx]
jmp noerror
{$except}
//error happened

noerror:
//no error happened



many thanks.exactly what I want if works.i used IsBadReadPtr and worked but this is mush better.
bwt,is it lua? i mean I should use {$lua} ?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25796
Location: The netherlands

PostPosted: Tue Jun 09, 2020 8:52 am    Post subject: Reply with quote

no this is pure aa, no lua
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking 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