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 


CE 7.2 Need Get Current RIP from debugger_onBreakpoint

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
GH*master
Expert Cheater
Reputation: 8

Joined: 10 Jan 2008
Posts: 159

PostPosted: Fri Jul 09, 2021 4:08 am    Post subject: CE 7.2 Need Get Current RIP from debugger_onBreakpoint Reply with quote

Hello!

Code:
isBreakPoint = true

function debugger_onBreakpoint_22()
  if isBreakPoint then
    debug_removeBreakpoint(structure_address) -->> this sometime not working
    isBreakPoint = false
    print(RIP) -->> this RIP is not correct (this is one step to forward RIP)
  end
end

structure_address = getAddress(frmStructureHunter.CEEdit_InputStructure.text)
structure_size = tonumber(frmStructureHunter.CEEdit_sizeStructure.text)
local index_record = frmStructureHunter.CERadioGroup_TypeBreakPoints.ItemIndex
if index_record == 0 then
   type_break_point = bptAccess
else
   type_break_point = bptWrite
end

debug_setBreakpoint(
structure_address,
structure_size,
type_break_point,
bpmException,
debugger_onBreakpoint_22)


Yes, I know about getPreviousOpcode(RIP), but is not correct with some previous "jump', 'call" instructions. bpmException is also required.

Why form "Found out what acceses" with bpmException currently working read RIP?

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

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

PostPosted: Fri Jul 09, 2021 4:22 am    Post subject: This post has 1 review(s) Reply with quote

watch breakpoints trigger on the instruction after the read or write
_________________
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 -> 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