Re: Delphi Auditing
"Bojidar Alexandrov" <[email protected]>
| Newsgroups | gmane.comp.security.programming |
|---|---|
| Message-ID | <[email protected]> |
Delphi is a normal application compiler so it is like C++. You have to find how the application is maked "distributed" - is used COM+, Corba or something else and make audit based on that technology. Specific feature is that all forms are bundled in RC resource to the application and much information can be extracted from that. Tools for this are DeDe (Dephi Decompiler) http://runtav.zadnik.org/dede/IndexDF.html DAP (Delphi Application Peeper) http://www.devrace.com/en/dap/ Bojdiar Alexandrov ----- Original Message ----- From: "ADex" <[email protected]> To: <[email protected]> Sent: Friday, April 23, 2004 6:42 PM Subject: Delphi Auditing > I've recently been asked to audit a distributed application written in Delphi. > Truthfully I have a limited knowledge of Delphi. Does anyone have any tips, > tools, or experiences that may make the job go a little more smoothly. Thanks > in advance. > > AJ Dexter > http://hiddennetwork.no-ip.org > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Photos: High-quality 4x6 digital prints for 25¢ > http://photos.yahoo.com/ph/print_splash >