Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   Debug with x64dbg (https://forum.exetools.com/showthread.php?t=21226)

dnvthv 03-18-2025 22:07

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.

chants 03-19-2025 03:13

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.

morgot 03-22-2025 21:49

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


All times are GMT +8. The time now is 22:34.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX