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 


breakpoints after restart

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Wed Jan 25, 2017 3:33 pm    Post subject: breakpoints after restart Reply with quote

Is it possible to set Cheat Engine breakpoints to stay even after process close, or have a lua script that accomplishes the same thing?

Like in ollydbg if you set a bp and the target crashes or you restart, the bp stays and hits next time you launch.

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 471

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

PostPosted: Thu Jan 26, 2017 7:02 am    Post subject: Reply with quote

most often the breakpoint is what caused the crash, or is in dynamic allocated memory

i guess you could use lua to enumerate all breakpoints (no idea if i added that function, on my phone atm) on process close and set them on opening a new process. perhaps also check it's the same process

_________________
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
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Thu Jan 26, 2017 9:42 pm    Post subject: This post has 1 review(s) Reply with quote

Code:
local breakpoints = debug_getBreakpointList()
if breakpoints then
  for i = 1, #breakpoints do
    print(string.format("%X", breakpoints[i]))
    print(getNameFromAddress(breakpoints[i]))
  end
end
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