Re: disassembly of COM vs EXE
- From: "rhyde@xxxxxxxxxx" <rhyde@xxxxxxxxxx>
- Date: 28 Dec 2006 09:03:29 -0800
bob@xxxxxxxxxxxxxx wrote:
Is it safe to say that the disassembly of an EXE will typically be more
correct than the disassembly of a COM program?
My thinking is that the disassembler won't know what's code and what's
data in the COM file so it will erroneously attempt to disassemble
data. However, since code and data are separate in an EXE, this is no
longer a problem.
It is easier to disassemble well-structured PE files (32-bit EXEs)
than, say, COM files, but there is nothing stopping someone from
putting code and data into a single section or otherwise employing
other code obfuscastion techniques.
Of course, .OBJ (PE/COFF) files are the nicest to disassemble as they
often contain symbolic information.
Cheers,
Randy Hyde
.
- References:
- disassembly of COM vs EXE
- From: bob
- disassembly of COM vs EXE
- Prev by Date: Re: disassembly of COM vs EXE
- Next by Date: Re: C# programmer wants to learn assembly?? plz help
- Previous by thread: Re: disassembly of COM vs EXE
- Index(es):
Relevant Pages
|