![]() |
|
|
|
#1
|
|||
|
|||
|
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? |
|
#2
|
|||
|
|||
|
1. menu project -->Tab linker -->Option Linker output ->Generate C object files
2. use plb generate pat file. |
|
#3
|
|||
|
|||
|
Cheers winndy, that is exactly what I was looking for! First time I've used delphi, so ya I suck at navigating the interface.
Here is the generated sig file for crypto component only for anyone else that would like to use it. Worked perfectly for my purposes picking up the various functions: |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| generate a licence file for dvdvideosoft | Michel | Source Code | 0 | 12-01-2014 05:34 |
| Do possible to generate c++ header file from dll export? | Teerayoot | General Discussion | 6 | 02-14-2005 15:51 |