S
S
Stazhor2021-06-04 00:01:44
assembler
Stazhor, 2021-06-04 00:01:44

How to parse a dump of an object file compiled by MASM32?

Compiled the asm file using masm32 into an object file with the following command: ml.exe /c /coff Simple.asm. As a result, I got an object file that needs to be parsed, i.e. specify where which section starts. The object file itself: 60b942dea07cf029162360.jpeg
Help me parse it, or at least send a link where you can see how to read it. I can’t find it myself, maybe I’m typing in the wrong queries into the search engine.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
none7, 2021-06-04
@none7

This is the COFF format .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question