The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: eclipsah on October 14, 2009, 04:34:24 PM

Title: Disassembly of old app
Post by: eclipsah on October 14, 2009, 04:34:24 PM
Hi,

I have an old exe which I use to convert PLT drawings to a proprietary format and then send it to a plotter. I need to disassemble this file and get the file format and routines for the convertion process. I don't get around so good in assembler language and I mostly used it for serial/parallel I/O as inline in C programs. Can anyone help me?

Best regards
Title: Re: Disassembly of old app
Post by: Vortex on October 14, 2009, 04:57:02 PM
Hi eclipsah,

Welcome to the forum.

Is the exe copyrighted?
Title: Re: Disassembly of old app
Post by: dedndave on October 14, 2009, 05:04:32 PM
you are looking for a fun time if it's a 16-bit app
32-bit windows does not allow direct hardware i/o like 16-bit did
Title: Re: Disassembly of old app
Post by: BogdanOntanu on October 14, 2009, 05:31:30 PM
Any original creation is automatically copyrighted under the law in a vast majority of countries and more importantly in the country where this forum is hosted.

The rules of this forum do NOT allow reverse engineering of a closed source application.

Please carefully read the rules here: http://www.masm32.com/board/index.php?topic=31.0

Locked