Quote:
Originally Posted by The Old Pirate
I looking to make IDA match functions in the disassembly of the new DLL with their names utilizing the old source code. There has to be a way.
|
well, you could start from here -
http://www.woodmann.com/collaborative/tools/index.php/Category:IDA_Signature_Creation_Tools
a lot of handy tools are there....
Create your own signature file simply following 2 easy steps:
../flair/bin/pcf lmgr.lib lmgr.pat
or
../flair/bin/plb lmgr.lib lmgr.pat
../flair/bin/sigmake lmgr.pat lmgr.sig
another case
sigmake.exe -n"SSL 0.98e" -a0004 -o0002 -p0 -t10 *.pat SSL98e.sig
copy *.sig "C:\IDAPro6.1\sig"