Anepopane Posted March 4, 2010 Posted March 4, 2010 Hi there! I am searching for a way to read a files (exe and dll) signature data ... I need the timestamp and the information if the signature is OK or not. I didn't find any way yet to do this directly with autoit, also I didn't find any small commandline tool or sth like this in the web. Please let me know if there is any way to do it and use it in an autoit script. Thx, Anepopane
jchd Posted March 4, 2010 Posted March 4, 2010 Welcome to the AutoIt forum! What do you call a "signature"? Are you referring to the version, author, and other various informations found in the .exe or .dll file structure, that Explorer will show in a Tip when you over one of them? There are standard functions for getting a file's various "timestamps": look up FileGetTime in the help file. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
Anepopane Posted March 4, 2010 Author Posted March 4, 2010 Hi, thanks for your answer. What I mean is the data about the digital signature of a file. I am interested in the timestamp of that and the status (ok or not) which I can't get with FileGetTime. For details please see the attached screesnhot of a file signature dialog - sorry for the first unspecific description. Thanks a lot, Anepopane
JohnOne Posted March 4, 2010 Posted March 4, 2010 screenshot ? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
jchd Posted March 4, 2010 Posted March 4, 2010 Various timestamps: see previous post and FiletGetTime()Digital signatures: automate sigverif to check for specified file(s) if you need on-demand verification, or browse the journal file to check for success/failures. This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)
Anepopane Posted March 4, 2010 Author Posted March 4, 2010 sigverif is not really an option for me - I didn't find any command line parameters to run it like this: sigverif c:\temp\file.exe > output.txt And automation of this GUI tool would be very slow and complicated. What I need is sth like FileGetTime() but with the possibility to obtain the signature status and timestamp. This is not possible with Autoit as far as I know, so any commandline tool I could run from a script would be OK, but I didn't find any. Maybe someone here knows such a tool or could provide it?
AdmiralAlkex Posted March 4, 2010 Posted March 4, 2010 I made a quick search and found this: Sigcheck, looks like it would work I think. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Anepopane Posted March 4, 2010 Author Posted March 4, 2010 that really looks like the tool I searched (and didn't find), thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now