Log in

View Full Version : TApplication.Initialize not identified


popcron
August 14th, 2004, 10:29
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
August 26th, 2004, 07:38
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
August 27th, 2004, 01:03
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
August 27th, 2004, 10:51
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
August 28th, 2004, 01:32
try to use this libs as import libs in ollydbg
menu – debug – select import libraries – add + process
then restart ollydbg

popcron
August 28th, 2004, 02:25
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 !