Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03-18-2025, 22:07
dnvthv dnvthv is offline
Family
 
Join Date: Nov 2010
Posts: 92
Rept. Given: 126
Rept. Rcvd 35 Times in 19 Posts
Thanks Given: 118
Thanks Rcvd at 49 Times in 15 Posts
dnvthv Reputation: 35
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.
Reply With Quote
  #2  
Old 03-19-2025, 03:13
chants chants is offline
VIP
 
Join Date: Jul 2016
Posts: 826
Rept. Given: 47
Rept. Rcvd 50 Times in 31 Posts
Thanks Given: 737
Thanks Rcvd at 1,140 Times in 529 Posts
chants Reputation: 51
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.
Reply With Quote
The Following 2 Users Say Thank You to chants For This Useful Post:
dnvthv (03-19-2025), niculaita (03-19-2025)
  #3  
Old 03-22-2025, 21:49
morgot morgot is offline
Friend
 
Join Date: Feb 2020
Posts: 22
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 9
Thanks Rcvd at 11 Times in 8 Posts
morgot Reputation: 0
Question

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


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


All times are GMT +8. The time now is 07:23.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )