View Full Version : TApplication.Initialize not identified
popcron
08-14-2004, 10:29 AM
Hi ,
I am new to OllyDbg 1.10 ....
I try to de-asm a delphi 6 program , and use RTL.LIB , VCL.LIB as Scan object ,
I found many function name not be identified , like
TApplication.Initialize
TApplication.CreateForm
But the Mechine code I found there are exists in RTL.LIB , VCL.LIB ..
Can anyone can tell me what happen ?
Thanks a lot
MARcoDEN
08-26-2004, 07:38 AM
1) download GoDup 1.2 plugin
2) use IDA signature loader
3) i recommend this special sig-pack (http://wasm.ru/tools/20/D67RTL.zip)
blabberer
08-27-2004, 01:03 AM
or get dede by da fixer and export a map from its projects and use mapconv plugin in olly
Names in make_res, item 264
Address=004021DC
Section=.text
Type=Export
Name=Unit1::Initialize
Names in make_res, item 26
Address=00401A00
Section=.text
Type=User
Name=<-TForm1@FormCreate
popcron
08-27-2004, 10:51 AM
after a hard hard hard testing , i had found OllyDbg 1.10
only identified up to 64 funcs each OBJ ...
i believe the author has his reason to make this limit...
any way , tks to shareware authors , tks to all !
Lord_Looser
08-28-2004, 01:32 AM
try to use this libs as import libs in ollydbg
menu – debug – select import libraries – add + process
then restart ollydbg
popcron
08-28-2004, 02:25 AM
it's seem to that import libraries function just only convert import function's Ord number to it's name.
By now Dede really help !
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.