Skip to content
Discussion options

You must be logged in to vote

It looks like just copypasting the commandline x64dbg (x32dbg in my case) makes enough in the per-exe file, so no need to change the whole thing.

So,
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\<executable>
Add a REG_SZ named Debugger and set its value to "path-to-x64dbg\release\x32\x32dbg.exe" -a %ld -e %ld
(notice the path-to-x64dbg is the path to wherever you extracted x64dbg snapshot!).

This is particularly useful to debug a steam game that's crashing early in its startup process. Because of steam protection, if you load the game executable and run, the execution will stop once steam client DLL wraps the call to steam after ensuring the…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@mrexodia
Comment options

@avengerx
Comment options

@mrexodia
Comment options

@avengerx
Comment options

Answer selected by avengerx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants