PDA

View Full Version : Tools for 16-bit Delphi?


FrankRizzo
06-10-2009, 09:00 PM
Of course IDA disassembles it, but nothing I have runs it, and none of the delphi tools will decompile it, etc.

So, anyone know of any tools for this job?

cod
06-11-2009, 12:14 AM
PE Explorer can help you to get forms.. objects.. but I'm not sure that it work also with oldest delphi release.. what's the version? 1 or 2?

FrankRizzo
06-11-2009, 07:54 AM
Not sure WHAT version it is. The executable has a date of 1998!

I think that a debugger is really all that I'm missing, as my tool combo is normally just IDA, and a debugger.

cod
06-11-2009, 11:16 AM
Turbo Debugger for Windows.. but if it's a 16bit application, it will an app. for win 3.1 .. or no?

Aimless
06-14-2009, 12:47 PM
Try this:

1. Install a VM
2. Grab a copy of CLASSIC win98 SE and install on VM
3. Install SOFTICE or use Turbo Debugger on the VM

Debug to heart's content.

Have Phun

FrankRizzo
06-16-2009, 06:41 PM
Will "Turbo Debugger for Windows" run on XP? (The app runs fine on XP).

(As if I could find said debugger anywhere).

dELTA
06-16-2009, 07:53 PM
If anyone has a good package with the old Turbo Debugger, please let me know, and we can put it in the CRCETL (abandonware...).

dELTA
06-17-2009, 07:28 AM
There you go:
http://www.woodmann.com/collaborative/tools/index.php/Category:16_bit_and_DOS_Debuggers

Also, I'm quite certain that SoftICE always used to include a special 16-bit version of the debugger when you installed it, also in its Windows 32 bit versions?