IDA Script For Delphi

Coldzer0

New member
Hello all :cool:

this script will rename all unknow functions to it's real name

like CreateForm , CloseForm .. etc

it searchs for sig of Events manager (this one Construct the Functions names and address )

it will works only for Delphi with GUI (components)


at first IDA didn't recognise it as Delphi file
DE_1.png

now select the local debugger
DE_2.png

then load the script file
DE_3.png

it will load and Stop at EPDE_4.png

hit the Greeeen button or [F9] :p

DE_5.png

now we have all the Functions named and have a BP [on] DE_6.png

the only issue here is it needs to run the file & the file to be unpacked :confused:

but if u can get the pattern address on unpacked file on memory it will work fine


https://github.com/Coldzer0/IDA-For-Delphi

i hope it will help reversing Delphi files o_O

Peace :rolleyes:
 
Top