Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

x64dbg command for "Breakpoint > on Access> Dword"

Featured Replies

Posted

Hello guys.

the command `bphws $abc, 'r'` puts a hardware breakpoint on execute. But, what i want to do via command is to `breakpoint > on acces > dword`. You know you can do this right click on **DUMP** window and select `breakpoint > on access > dword`.

I have searched:

Google
x64dbg documentation
tuts4you forums

Unfortunately i couldn't find a way to do that. Did i miss something?

P.S I need this because i am writing a script.

 

Thank you :)

https://help.x64dbg.com/en/latest/commands/breakpoint-control/SetHardwareBreakpoint.html

https://github.com/x64dbg/x64dbg/blob/18b949ee51a634bf5fff3ee717a765ba136cb791/src/dbg/commands/cmd-breakpoint-control.cpp#L393-L450

 

According to docs, 2nd argument = "r" sets break-on-readwrite (=on access), which is counter-intuitive but seems to match the code.

You'll need to use 3rd parameter to set size.

 

  • Author

Hello kao;

Thanks for reply. I have tried the command:

bphws esp-4,'r',4

But nothing changed, look at the screenshot i have attached.

In my situation, if i set breakpoint by the command which i have shared above, x64dbg doesn't break on hardware breakpoint. Bu it breaks on if i set `Right click on dump window > hardware breakpoint > on access > dword`.

Thank you have shared source from x64dbg's github page but i still could not find a solution.

acc-exe.png

  • 8 months later...

Hi,

have you tried this one?

bph esp,r,4

It works for me.

[]'s

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.