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 


help , if debug_setBreakpoint set many breakpoint

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
kickclock
Advanced Cheater
Reputation: 0

Joined: 15 Jan 2008
Posts: 73

PostPosted: Mon Aug 06, 2012 12:52 am    Post subject: help , if debug_setBreakpoint set many breakpoint Reply with quote

hello everyone,
example code like this ,
how did i know which breakpoint break ?

Code:

function debugger_onBreakpoint()
         if (breakpoint = "address1" ) then
            --xxx
         else
         end
         if (breakpoint = "address2" ) then
            --yyy
         else
         end
debug_continueFromBreakpoint(co_run)
end

reinitializeSymbolhandler()
debugProcess(0)
debug_setBreakpoint("address1")
debug_setBreakpoint("address2")

_________________
Love CE
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Mon Aug 06, 2012 4:21 am    Post subject: Reply with quote

check EIP (or RIP if it's a 64-bit process)
e.g
Code:

if (EIP==address1asanumber) then
  --do address1 stuff
end

if (EIP==address2asanumber) then
  --do address 2 stuff
end

_________________
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
kickclock
Advanced Cheater
Reputation: 0

Joined: 15 Jan 2008
Posts: 73

PostPosted: Mon Aug 06, 2012 7:09 am    Post subject: Reply with quote

thanks DarkByte
i got it !

_________________
Love CE
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 Lua Scripting 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