![]() |
|
#1
|
|||
|
|||
|
Debug with x64dbg
Hi,
I have command: cmp dword ptr ds:[0x123456789], 5 View value dword ptr ds:[0x123456789] = 0 I don't find command which move 0 value into dword ptr ds:[0x123456789] by find references address 0x123456789 How to find and detect breakpoint this address when the begin value was move by 0. Thanks. |
|
#2
|
|||
|
|||
|
You can make a breakpoint on data modification for that address, a special x86 feature enabled via the debug registers. However you must break on startup or before the value is changed to enable that breakpoint and be sure the address is still correct and has not changed otherwise updating it accordingly.
|
|
#3
|
|||
|
|||
|
Hello
In ollydbg I can use debug trace, to log all call/ret Can I use this in x64dbg (native or with plugins) ? OllyDbg menu https://imgur.com/a/PR8dzc4 |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| x64dbg | mr.exodia | Developer Section | 347 | 09-22-2025 13:07 |
| Add .lib file on x64dbg ? | LaDidi | General Discussion | 0 | 02-18-2022 14:39 |
| DBG2AP - x64dbg plugin | Agmcz | Community Tools | 1 | 06-15-2019 07:14 |
| nfd - x64dbg plugin | hors | Community Tools | 2 | 04-01-2018 08:18 |
| x64dbg python | Storm Shadow | Developer Section | 6 | 08-04-2017 15:29 |