MSDM-SLIC-CERT-KEY Dumper v1.6

Discussion in 'MDL Projects and Applications' started by Alphawaves, Nov 16, 2013.

  1. Flipp3r

    Flipp3r MDL Expert

    Joined:
    Feb 11, 2009
    Messages:
    1,743
    Likes Received:
    772
    Trophy Points:
    60
  2. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    First off thanks a lot for this great lil tool Alpha! I used this on my new HP ENVY x360 TouchSmart 2 in 1 laptop/tablet. Worked just like it should. I also used pid checker to check what version is installed by oem and it was core. I have all the info I need for the future regarding my new lappy. Thanks again. :) :worthy:
     
  3. armond

    armond MDL Addicted

    Joined:
    Jun 16, 2008
    Messages:
    673
    Likes Received:
    219
    Trophy Points:
    30
    I used this on a Lenovo T440S ultrabook and a Dell Vostro 3560 laptop both with Windows 7 Ultimate and yes, it worked! Thanks so much for this little but great tool!
     
  4. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    @Alphawaves
    Hate to nag but when will you finish it? And make it net framework 4.5 compatible? Sorry about the latter, I was thinking on ComputeHASH lol
    :worthy:
     
  5. ITPhoneHome

    ITPhoneHome MDL Novice

    Joined:
    Jun 3, 2012
    Messages:
    6
    Likes Received:
    1
    Trophy Points:
    0
    Thanks for the tool Alphawaves!
     
  6. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
    #26 Alphawaves, Feb 15, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Project updated:

    MSDM-SLIC Dumper

    Code:
    /SLIC = Dump SLIC Table
    /MSDM = Dump MSDM Table
    /OD = Dump OEM-DM Key
    /SV = Dump Slic Version
    :eek:
     
  7. EFA11

    EFA11 Avatar Guru

    Joined:
    Oct 7, 2010
    Messages:
    8,729
    Likes Received:
    6,728
    Trophy Points:
    270
    Thank you :D
     
  8. Dufhz

    Dufhz MDL Junior Member

    Joined:
    Aug 6, 2009
    Messages:
    50
    Likes Received:
    3
    Trophy Points:
    0
  9. Tito

    Tito Super Mod / Adviser Staff Member

    Joined:
    Nov 30, 2009
    Messages:
    17,888
    Likes Received:
    16,542
    Trophy Points:
    340
    @Alphawaves

    Thanks for posting this update; can you please add version numbering too??

    :D
     
  10. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
    Its only half finished just working on it in spare time i get. Both are only half complete atm..:D
     
  11. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
    Umm, perhaps MSDM-SLIC Dumper 0.0005 pre-alpha? :trollface:
     
  12. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
  13. Mr.X

    Mr.X MDL Guru

    Joined:
    Jul 14, 2013
    Messages:
    7,625
    Likes Received:
    14,952
    Trophy Points:
    240
  14. user_hidden

    user_hidden MDL Expert

    Joined:
    Dec 18, 2007
    Messages:
    1,034
    Likes Received:
    1,045
    Trophy Points:
    60
    great tool once again .... THANKS ;)
     
  15. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    #35 Chibi ANUBIS, Feb 16, 2015
    Last edited by a moderator: Apr 20, 2017
    Thanks very much for the tool, is so cool ! :cool:
    But I want use SetupComplete.cmd and if I want to use OEM key in UEFI for reinstall Windows since the DVD, I must use this command ? :

    Code:
    %~dp0OEM-DM.exe /OD
     
  16. The_Guardian

    The_Guardian Contributor

    Joined:
    May 7, 2012
    Messages:
    2,054
    Likes Received:
    6,794
    Trophy Points:
    90
    Yes, that would dump key to text file but you must have the setupcomplete.cmd query the text file and set variable to be used to activate. ;) I will be adding this tool to the multi oem project but lacking motivation right now. :(
     
  17. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Ok thanks I wait your test my friend :)

    Regards
     
  18. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
    #38 Alphawaves, Feb 16, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Ill add another switch to get oem-dm key without extracting it to text file (for windows setup). Then can be read in setupcomplete like this:
    Code:
    FOR /F "DELIMS=" %%A IN ('"%~dp0MSDM-SLIC.exe" /OS') DO (SET SERIAL=%%A)
    Will post it in a few mins :)
     
  19. Alphawaves

    Alphawaves Super Moderator/Developer Staff Member

    Joined:
    Aug 11, 2008
    Messages:
    6,183
    Likes Received:
    21,983
    Trophy Points:
    210
    #39 Alphawaves, Feb 16, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Updated to v0.3:
    Added new switch
    Code:
    /OS = Read OEM-DM Key internally - ie :setupcomplete.cmd.
          If no key present will return Un-listed
    :)
     
  20. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Joined:
    Apr 28, 2014
    Messages:
    1,046
    Likes Received:
    713
    Trophy Points:
    60
    Thanks for all, is the best tool :)