The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: ToutEnMasm on June 17, 2006, 08:17:56 AM

Title: New tool for GUID and UUID
Post by: ToutEnMasm on June 17, 2006, 08:17:56 AM
Hello,
I have written a tool that can extract GUID and uuid from libraries.
He work like protolib,that i have posted in the masm32 forum.
You can pass it the name of a library or the name of a .cmd file (full path of the lib)
An .uui file is created if there is some information in it.
It can take 30 s if you pass it ,all the libraries of the SDK (don't include in it the list of all the machine) ,so you are prompted when finish.
I have verified it with the answer of dumpbin.
Source code is include
                               ToutEnMasm


[attachment deleted by admin]
Title: Re: New tool for GUID and UUID
Post by: dancho on July 21, 2006, 01:04:16 PM
great tool ToutEnMasm !!!
it helped me alot with CLSID_*** and IID_*** identifiers...
thy very much...

:U :clap:
Title: Re: New tool for GUID and UUID
Post by: PBrennick on July 21, 2006, 09:56:05 PM
Very nice.

Paul
Title: Re: New tool for GUID and UUID
Post by: TNick on November 29, 2006, 04:23:01 PM
Thanks for this nice tool, ToutEnMasm!

Nick