Topic created on: January 18, 2008 18:44 CST by memo5 .
Hello All
Did any one try to make IDA Signature file for Crypto++ library.
I could not make it and I dont know why.
my batch file contents:
set LIB=c:\lib\
set SIG=.
pcf %LIB%*.obj *cl41
rem pause
rem sigmake -c -f400 -o2 -a140 -p0 "-nCrypto++ v4.1 Win32" *cl41 cryptolib41
sigmake -f400 -o2 -a140 -p0 "-nCrypto++ v4.1 Win32" *cl41 cryptolib41
the problem is, the sigmake utility find many errors in the result pattern file "PAT file".
any one can help.
Thank you.