Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Varios (https://www.clubdelphi.com/foros/forumdisplay.php?f=11)
-   -   Descompilar un .exe (https://www.clubdelphi.com/foros/showthread.php?t=24667)

thrys 30-08-2005 02:56:25

Descompilar un .exe
 
Sucede que termine una aplicacion mas o menos compleja y la entregue al cliente, con todo y las fuentes, por angas o mangas perdio el cd de la aplicacion y yo solo tengo el ejecutable y las tablas ya que se conservaron en la base de datos, pero necesito modificar detalles y ahora no se como descompilar el ejecutable ayuda por favor.

MasterXP 30-08-2005 04:57:40

Chequea este haber si te sirve:
Cita:

DeDe is a very fast program that can analyze executables compiled with Delphi 2,3,4,5,6 Builder,Kylix and Kol 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.

http://www.softpedia.com/get/Program...ers/DeDe.shtml

hermes_32 30-08-2005 08:56:11

Esto es lo que se llama "Ingeniería inversa"

Migpal 30-08-2005 21:22:50

No
 
No entendi nada de la solucion.

Assembler?

thrys 08-09-2005 01:19:06

Tampoco entendi
 
:( Ni yo???????????

Tampoco entendi si hay o no una solucion para esto.

gracias

jmariano 08-09-2005 01:32:03

Saludos!

Dicho de otra manera, si sólo tenemos el .EXE nos será imposible recuperar los .pas originales.

La herramienta comentada por MasterXP, DeDe, nos permite "desensamblar" un ejecutable escrito en Delphi, pero tened en cuenta que todo el código que obtendréis estará en lenguaje ensamblador, por lo que os será muy dificil (por no decir casi imposible) hacer modificaciones o añadir funcionalidades al programa original (salvo, claro, que tengais muy buen dominio de dicho lenguaje).

Chao!

hermes_32 08-09-2005 08:55:12

En definitiva que obtendremos los fuentes del programa pero no podremos volver a compilarlos.

Un saludo.


La franja horaria es GMT +2. Ahora son las 08:32:07.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi