|
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.
|