S
S
Samosh20102021-12-21 15:50:35
assembler
Samosh2010, 2021-12-21 15:50:35

How to compile .exe file to .asm file?

How can I compile an exe file created in python into an assembler file (.asm). The main thing for me is that the type of assembly language is IEEE-694. I tried using objdump, it gives me the pei-x86-64 assembly language type.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2021-12-21
@Samosh2010

How to compile .exe file to .asm file?

In this setting, no way.
This process is called disassembly.
Accordingly - you need a disassembler .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question