- How to run x64dbg from the command line in fullscreen mode? in windowed mode?
- How to run x64dbg from the command line "x64dbg test.exe" to the beginning of test.exe in memory? Analogue of pressing F9?
1. Try Options/GUI/Save GUI layout
2. Insert an int 3 where you want it to stop
x64 is a lousy product, but I am afraid the alternatives are equally bad, if not worse.
See also https://github.com/x64dbg/x64dbg/wiki/Frequently-Asked-Questions
Recent versions produce an error "File read thread finished" followed by a blank screen, see this SOF question (https://stackoverflow.com/questions/73421048/how-do-i-get-my-debugger-past-the-traceoverconditional-mod-usercip-is-debug). On the same issue, there is an answer by mrexodia (https://github.com/x64dbg/x64dbg/issues/1391) (the x64 author): "x64dbg will only debug executables that can be started by Windows using CreateProcess". Which is plain nonsense, of course.
Ciao Jochen!
Molte grazie! (https://wasm.in/styles/smiles_s/good3.gif)