View Single Post
  #1  
Old 12-27-2007, 01:57
melatonin melatonin is offline
Friend
 
Join Date: Aug 2005
Posts: 19
Rept. Given: 1
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 10
Thanks Rcvd at 34 Times in 6 Posts
melatonin Reputation: 0
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?
Reply With Quote