Re: DOS program recording it's parameters and environment?
Frantisek Hanzlik <[email protected]>
| Newsgroups | org.kernel.vger.linux-msdos |
|---|---|
| Message-ID | <[email protected]> |
Frank Cox wrote:
> On Wed, 18 Jan 2012 18:46:25 +0100
> Frantisek Hanzlik wrote:
>
>> For example: closed-source DOS program which i'm using start windows
>> program WINPROG.EXE with parameters "C:\path\file /A delay=5".
>
> Have you considered using "strings progname.exe" and see what you can find that
> way? If the program isn't encrypted or compressed (with lzexe or whatever) you
> might find interesting things. And if it is compressed, you may discover how
> and be able to uncompress it.
There is violent that DOS program assemble parameters ("command line") for
program which will execute dynamically, "strings" in this case will not be
very usefull.
Help will be, when DOSEMU debug made this, but such details IMO there are not.
Franta