The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Rarely Used Projects
»
RosAsm
(Moderator:
guga
) »
UUID lookup complete site
« previous
next »
Print
Pages: [
1
]
Author
Topic: UUID lookup complete site (Read 7492 times)
guga
Moderator
Member
Posts: 1451
Assembly is a state of art.
UUID lookup complete site
«
on:
September 01, 2014, 03:03:20 PM »
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
Logged
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
Member
Posts: 8828
Still using Abacus 2.0
Re: UUID lookup complete site
«
Reply #1 on:
September 01, 2014, 08:24:50 PM »
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
Logged
guga
Moderator
Member
Posts: 1451
Assembly is a state of art.
Re: UUID lookup complete site
«
Reply #2 on:
September 01, 2014, 11:32:57 PM »
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.
Logged
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
Moderator
Member
Posts: 1451
Assembly is a state of art.
Re: UUID lookup complete site
«
Reply #3 on:
September 02, 2014, 11:03:08 PM »
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
Logged
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
Moderator
Member
Posts: 1451
Assembly is a state of art.
Re: UUID lookup complete site
«
Reply #4 on:
September 02, 2014, 11:46:32 PM »
And a bit more
Logged
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
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
Rarely Used Projects
»
RosAsm
(Moderator:
guga
) »
UUID lookup complete site