![]() |
|
|
|
#1
|
|||
|
|||
|
Actually I don't need to run the application at all, the situation that I am facing is that I have about 50 DOS apps that I need to reverse and I hope to get benefit of hex-rays decompiler to speed up the process, but unfortunately hex-rays decompiler doesn't support 16 bit application!. so I am looking for a simple utility to transform 16 bit apps to 32 bit apps and I have the feeling that such utility exists.
Thank for the advice. |
|
#2
|
|||
|
|||
|
Such an utility does not exist. 16 bit DOS programming is totally different from Win32. I say only the words interrupt, segmentation and full control. Most people who started programming after Win95 wouldn't probably even understand the logic behind DOS singularity.
Why would anybody on earth have to reverse 50 DOS programs? Most of them will be probably older than 10 or 15 years. |
|
#3
|
|||
|
|||
|
In that case u r approching wrong way. Try to search for decompiler instead converting 16 bit to 32 bit
try this http://www.itee.uq.edu.au/~cristina/dcc.html |
|
#4
|
|||
|
|||
|
Thank you yogi_saw, for the advice and the link, the problem with dcc decompiler that it's academic app and dos not work for many programs, I tried it long time ago and I failed to get it work with the target apps.
I will look into the code as soon as I get some free time. |
![]() |
| Tags |
| dos console 16 32 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| convert 16bit app to 32bit | Kyrios | General Discussion | 6 | 03-17-2005 16:53 |