Jump to content

Delphi 16Bit Decompiler - Urgent Help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
alag20

alag20

    Newbie

  • Members
  • Pip
  • 1 posts
Hi,
I have some code I wrote some time ago. But as my laptop was misplaced, I lost the source code. I wrote it in Delphi under 16 Bit. Now I need to change one or two minor things.

So I was wondering if anyone knew of any 16Bit Delphi decompilers which i could use? Any name or link etc will be appreciated. I dont mind to buy a license to the software if required.

I know 16 bit is old, but still i need to use 16bit as some other code and things use the interface to 16bit.

Thanks in advance.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Most decompilers will decompile to Assembler, not the source language itself.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
programator

programator

    Newbie

  • Members
  • Pip
  • 1 posts
I think, you don't need to decompile whole program to original sources, if is it minor thing, you can do it by assembler decompiler, also you start program up by decompiler (in this case I recommend Turbo Debugger - it is for 16bit applications) change needed value and save changed application....
"You do not really understand something unless you can explain it to your grandmother." (Albert Einstein)