D
D
Dem0n132013-11-13 22:04:11
Windows
Dem0n13, 2013-11-13 22:04:11

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.

Tried different assemblies... Apparently, I don't understand something.
Questions are as follows:
1. 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?
2. What other debuggers do you know that output information to the console and pull Win64? And in particular FASM?
3. If, nevertheless, such debuggers do not exist for FASM, tell me the working bundles of ASM Compiler + Console Debugger for Win64?
Thanks in advance for your clarifications.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2013-11-14
@Dem0n13

(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 question

Ask a Question

731 491 924 answers to any question