View Full Version : Delphi decompiler??
NeOXOeN
May 21st, 2007, 05:15
Does anyone know any good delphi decompiler 6/7 beside DEDE.. its not working for me and i have been searching the web with google like mad.. i cant find any good working ones.. beside the form extractor..
bye thx for help

squidge
May 21st, 2007, 07:10
Whats the problem with it?
disavowed
May 21st, 2007, 10:22
DeDe disassembles. It doesn't decompile.
Use IDA with the Delphi 6/7 IDA Flirt libraries.
NeOXOeN
May 21st, 2007, 10:41
disavowed its the same i just want to see .. some form.. since i dont get in DEDE and i know there are there..
tryied its not the samei used TQN ones
i used other apps which says they do ..just they dont do as good work as DEDE for most of stuff on delphi exes..
i just dotn know why i doesnt find this FORM..
Polaris
May 22nd, 2007, 00:33
Well, if you wanna know why DeDe does not find a form, probably the best solution is to look at the source, identify the error and fix it. Anyway, it may be faster to use IDA to find what you are looking for.
NeOXOeN
May 22nd, 2007, 11:28
hehe i tryied IDA.. no help and if i would have source i would ask for help

i have only exe:P
squidge
May 22nd, 2007, 11:47
Forms in Delphi, like C++ Builder, can be created dynamically in code. A lot of people do this to prevent you from finding the registration dialog in dede.
The answer is to analyse in IDA with Delphi sigs and see what you find.
Polaris
May 22nd, 2007, 16:11
Quote:
[Originally Posted by NeOXOeN;65850]hehe i tryied IDA.. no help and if i would have source i would ask for help
i have only exe:P |
You did not get my point. If Dede does not work on your target, you can fix Dede's bug(s) by modifying Dede's source code - and recompiling it. You can easily find the sources on the net
Anyway, you may also want to have a look at PeExplorer. From their website:
Quote:
PE Explorer permits you to edit the properties of any controls on Delphi forms within the PE file, there's a very strong emphasis on peeking inside Delphi applications and packages. |
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.