Thread: Guid questions

  1. #1
    Registered User kryptkat's Avatar
    Join Date
    Dec 2002
    Posts
    638

    Guid questions

    Guid questions

    How do you check legitimate Guids of commercial programs?

    I know what functions to use to create guids from the win32 help docs and what guids are. But how do you check to see if they are valid ?

    While searching I did find known malware guids of known toolbar malware and other malware programs. I was not able to find the legitimate guid data base. I looked through msdn and searched to see if I could find it. Do you have to contact the company of each program to get the valid guid for that program or is there a data base ?

    Second question. I decided not to display the guids on the other forum so the thread was closed. The decision was based on being unsure how to check the valid guids. Do you think I was wrong for doing that? Or do you think that was a valid choice?

    Pms did find a tracking cookie from googleadware which I believe put the dmkpi.exe dropper on this computer that mediaplex uses. So if you have a file called dmkpi.exe delete it.

    also I would like to thank those that helped point me in the right direction. Malware extreemly obnoxiously Wicked!

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Do you by any chance mean "cheksum"?

    I don't think applications "have GUIDs" unless the executable was registered in the registry as if a DLL it was.

    EDIT: ... Or a COM object
    Last edited by Mario F.; 08-25-2006 at 02:50 PM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    There is no list of valid GUIDs, just like there is no list of valid e-mail addresses. Sure, you can put trusted GUIDs (or non-spam emails) on a whitelist, but this is faaaar to exclusive - and anyway, if some malware creator finds the list, he might be tempted to reuse one of the GUIDs there.
    Much better to just blacklist known bad stuff.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM