flat assembler
Message board for the users of flat assembler.
Index
> DOS > How to disassemble to a Flat Assembler source? |
| Author |
|
|
Furs 12 Dec 2023, 14:39
objdump -d -M intel file.exe
|
|||
|
|
revolution 12 Dec 2023, 14:45
The closest output format from some of the most popular disassemblers, is probably NASM.
Then with a bit of scripting magic you could do post-processing of the NASM source. |
|||
|
|
DOS386 03 Jan 2024, 17:43
https://github.com/gdabah/distorm/releases DISTORM (NASM syntax)
https://nasm.us/ NDISASM (NASM syntax) https://agner.org/optimize OBJCONV (can also brew NASN syntax) FAQ |
|||
|
|
bitdog2u 02 Jun 2026, 11:33
https://board.flatassembler.net/topic.php?t=24176
Disassemble most anything, even a letter to grandma, AND FASM assembles the out file. it does 286 16 bit code and a little 386+ code. DOS DIS.com is mostly for .com files, but it will do .exe files. The 100h offset for .COM labels is wrong, and you should load your .EXE into a debugger like INSIGHT and find out where the START is, then you can, alter without changing size, and FASM assemble it. It will probably run with the new key press values or color changes, etc. Big files takes a lot of work to make a REAL .ASM FILE out of it, but under 1000 byte executables are kinda easy. |
|||
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2026, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.