和谐 Nag 版下载,原贴出处:da9K9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3q4G2M7X3g2@1k6h3q4E0i4K6u0W2j5$3!0E0i4K6u0r3N6X3u0Q4x3V1k6K6K9r3!0%4M7r3!0K6N6q4)9J5k6i4m8Z5M7q4)9K6c8Y4m8Q4x3@1b7%4y4e0t1$3x3#2)9J5y4Y4m8G2M7%4c8U0L8%4g2F1N6q4)9K6c8o6f1`.
DeDe is a very fast program that can analyze executables compiled with Delphi 2,3,4,5 and Builder and give you the following:
- All dfm files of the target. You will be able to open and edit them with Delphi.
- All published methods in well commented ASM code with references to strings, imported function calls, classes methods calls, components in the unit, Try-Except and Try-Finally blocks. (By default DeDe retrieves only the published methods sources, but you may also process another procedure in a executable if you know the RVA offset using the Tools|Disassemble Proc menu.)
- A lot of additional information.
- You can create a Delphi project folder with all dfm, pas, dpr files. Note: pas files contains the mentioned above well commented ASM code. They can not be recompiled !
You can also:
- View the PE Header of all PE Files and change/edit the sections flags.
- Use the opcode-to-asm tool for translating intel opcode to assembler.
- Use RVA-to-PhysOffset tool for fast converting physical and RVA addresses.
- Use the DCU Dumper (view dcu2int.txt for more details) to retrieve near to pascal code of your DCU files.
- Use BPL(DPL) Dumper to see BPL exports and create symbol files to use with DeDe disassembler.
- Disassemble a target EXE directly from memory in case of a packed exe.