Jump to content
Tuts 4 You

x64dbg-python no memory area r/w breakpoint api


Gegul

Recommended Posts

First of all, I would like to thank the person who developed this.

Really, it is a good debugger.

 

By the way, I think that memory area breakpoint API does not exist.

I would appreciate it if you could make it.

I am always thankful to you.

 

SCRIPT_EXPORT bool SetBreakpoint(duint address);

SCRIPT_EXPORT bool DeleteBreakpoint(duint address);

SCRIPT_EXPORT bool DisableBreakpoint(duint address);

SCRIPT_EXPORT bool SetHardwareBreakpoint(duint address, HardwareType type = HardwareExecute);

SCRIPT_EXPORT bool DeleteHardwareBreakpoint(duint address);

 

The existing functions are listed above, There is no function that can breakpoint the entire memory region.

SetHardwareBreakpoint that function is a 1 byte breakpoint.

 

Best regards.

 

Edited by Gegul
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...