MSDM-SLIC-CERT-KEY Dumper v1.6

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

  1. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,962
    904
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    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

    Jun 16, 2008
    734
    235
    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

    Jul 14, 2013
    8,575
    15,645
    270
    @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

    Jun 3, 2012
    6
    1
    0
    Thanks for the tool Alphawaves!
     
  6. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    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

    Oct 7, 2010
    8,719
    6,741
    270
    Thank you :D
     
  8. Dufhz

    Dufhz MDL Junior Member

    Aug 6, 2009
    50
    3
    0
  9. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,682
    18,581
    340
    @Alphawaves

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

    :D
     
  10. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    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

    Jul 14, 2013
    8,575
    15,645
    270
    Umm, perhaps MSDM-SLIC Dumper 0.0005 pre-alpha? :trollface:
     
  12. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    210
  13. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,645
    270
  14. user_hidden

    user_hidden MDL Expert

    Dec 18, 2007
    1,034
    1,061
    60
    great tool once again .... THANKS ;)
     
  15. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,235
    910
    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
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. The_Guardian

    The_Guardian Contributor

    May 7, 2012
    2,054
    6,803
    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

    Apr 28, 2014
    1,235
    910
    60
    Ok thanks I wait your test my friend :)

    Regards
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,218
    22,277
    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

    Aug 11, 2008
    6,218
    22,277
    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

    Apr 28, 2014
    1,235
    910
    60
    Thanks for all, is the best tool :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...