Answer the question
In order to leave comments, you need to log in
ASM console debugger for Win64, understand?
I am looking for a console debugger capable of debugging exe-files originally written under FASM, which has great console capabilities (outputting processor register values, debugging control, etc.).
I stumbled upon the GDB (GNU Debugger) project, but could not make friends with my exe files:
(gdb) N:\SRW64\lab1.exe
The program is not being run.
Answer the question
In order to leave comments, you need to log in
(gdb) N:\SRW64\lab1.exe
Then
(gdb) file N:\SRW64\lab1.exe
or from the command line
> gdb N:\SRW64\lab1.exe
Is it possible to make friends with gdb exe-files from FASM? Or FASM generates binaries that gdb is not capable of reading in principle?
If your gdb basically understands exe (I can’t check, I don’t have Windows at hand), then it doesn’t matter who made this exe.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question