News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

UUID lookup complete site

Started by guga, September 01, 2014, 03:03:20 PM

Previous topic - Next topic

guga

This is a website containing 32.000 Guids, CLSids, IIDs.

I wonder if there is somewhere to retrieve all of the Guids

http://mikolajapp.appspot.com/uuid/query?q={e436ebb3-524f-11ce-9f53-0020af0ba770}
http://mikolajapp.appspot.com

I also found another one
http://wellknownguids.com

and

www.whitwo.com/wp/?p=213


I found them here
http://www.coderexception.com/CBzNmH63UyXyyxiX/list-of-wellknown-guids

If someone knows (or have) the full complete Guid set existent (and their names), please, upload
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

dedndave

microsoft put many GUID's in libraries (lib and dll)

for directX, they are in dxguid.dll - 32 and 64-bit versions
but, in the PSDK, many are in static libraries
some of them also show up in header files

guga

Tks dave.

Yeah, but i wonder if it do exist some sort of pdf/html/doc containing all of them. It could be usefull to make one like i did for the equates files years ago. Also, this could be handful for the pdbdumper i´m making.
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

guga

Ok guys, from the 32000 guids, i succeed to grab about 6800

here they are

Later i´ll try again to get the rest of it
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

guga

Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com