|
Trying to generate pat file from pas file
I found a delphi 7 compiled exe that is using the crypto component from "Encrypted Compressed Transfer Protocol" which is an open sourcep project:
http://sourceforge.net/projects/ectp
And I found the source from berliOS project:
http://developer.berlios.de/project/showfiles.php?group_id=249
Now thats great, but what I really wanted to do was generate an IDA pattern file from this source to be able to create a sig file. I have little knowledge of delphi, but I grabbed Borland Delphi 7 and was able to generate the object files (dsu) from the source files (pas). Is it possible some how to create sig files from this?
|