format .esd

Discussion in 'Chit Chat' started by LostED, Oct 29, 2012.

  1. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    #1 LostED, Oct 29, 2012
    Last edited: Jul 5, 2017
    Windows8-ProESDwithApps-64bit-EnglishUnitedKingdom-X1816623.esd


    i know that is something like WIM (install.wim) of windows installation but those are encrypted

    is there any way to decrypt ???

    i see that through Windows8-UpgradeAssistant.exe the *.esd decrypted to *.esd.decrypt

    when i build iso image with *.esd.decrypt worked fine, key accepted.
    but when i build iso with *.esd not working. same key not accepted
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    no help here ???
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,822
    19,031
    340
  4. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    UnpackSDC 1.1 (c) imagi

    This file is not SDC file or this format is not supported.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,822
    19,031
    340
    No no, you can't unpack them using UnpackSDC... I just wanna say MS again makes a new encrypted container for digital distribution. Remember those MSDNAA servers??

    :D ;)
     
  6. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,305
    240
    #6 LostED, Nov 2, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    yep


    Code:
    CONX   ConX::Setup::Web::COnlineStore::GetProductKey
    CONX   ConX::Setup::Web::COnlineStore::GetDownloadURL
    CONX   ConX::Setup::Web::COnlineStore::GetDownloadFileHash
    CONX   ConX::Setup::Web::COnlineStore::GetDownloadFileSizeInBytes
    CONX   ConX::Setup::Web::COnlineStore::GetDownloadFileDecryptionKey
    CONX   Download Manager Initialized. [Mode: New Task]
    CONX   [WINDLP] CreateTask: Name = [DownloadUnlock], WorkingPath = [C:\Users\user34\AppData\Local\Microsoft\WebSetup\Download], TransportId = [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx], Flags = [0x0]
    CONX   [WINDLP] DlpTask: Adding file: Name = [WinPayload.esd], Source = [http://db.win.esd.microsoft.com/W8DL/W8D29D6C8FDF736C5BBF956B1D8A9D4F892DFBF9/Windows8-ProESDwithApps-64bit-EnglishUnitedKingdom-X1816623.esd?t=xxxxxxxxxxxxxxxxxxxxxxxxxx], Target = [WinPayload.esd]
    CONX   Download Task: AddFile: [ http://db.win.esd.microsoft.com/W8DL/W8D29D6C8FDF736C5BBF956B1D8A9D4F892DFBF9/Windows8-ProESDwithApps-64bit-EnglishUnitedKingdom-X1816623.esd?t=xxxxxxxxxxxxxxxxxxxxxxxxxxx ] [ C:\Users\user34\AppData\Local\Microsoft\WebSetup\Download\WinPayload.esd ]
    CONX   [WINDLP] RecoverCrypto: Initializing Wim Source Path: [C:\Users\user34\AppData\Local\Microsoft\WebSetup\Download\WinPayload.esd]
    CONX   [WINDLP] RecoverCrypto: Initializing Wim Target Path: [C:\Users\user34\AppData\Local\Microsoft\WebSetup\Download\WinPayload.esd.decrypt]
    CONX   [WINDLP] RecoverCrypto: Initializing Remote Source Path: [http://db.win.esd.microsoft.com/W8DL/W8D29D6C8FDF736C5BBF956B1D8A9D4F892DFBF9/Windows8-ProESDwithApps-64bit-EnglishUnitedKingdom-X1816623.esd?t=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]
    CONX   [WINDLP] RecoverCrypto: Initializing Crypto Key [Yes]
    CONX   [WINDLP] RecoverCrypto: Initializing Size: [0x80A6B990]
    CONX   [WINDLP] RecoverCrypto: Initializing Flags: [0x5]
    CONX   [WINDLP] RecoverCrypto: Initializing Hash Type: [0]
    CONX   [WINDLP] RecoverCrypto: Initializing Hash Value: [801BDBD65ECE953A447CE48511A1CC62EBF9A1A8]
    CONX   [WINDLP] RecoverCrypto: Initializing DeleteSource Value: [TRUE]
    CONX   Download Task: Validate and Decrypt Transform Added
    CONX   Downloaded File: [ C:\Users\user34\AppData\Local\Microsoft\WebSetup\Download\WinPayload.esd ]
    CONX   Decrypted File: [ C:\Users\user34\AppData\Local\Microsoft\WebSetup\Download\WinPayload.esd.decrypt ]
    CONX   Media Layout transform request found. Enqueing transform ...
    CONX   [WINDLP] WimLayout: Initializing Wim Path: [C:\Users\user34\AppData\Local\Microsoft\WebSetup\Download\WinPayload.esd.decrypt]
    CONX   [WINDLP] WimLayout: Initializing Layout Path: [C:\ESD\Windows]
    CONX   [WINDLP] WimLayout: Initializing DeleteSource Value: [TRUE]
    CONX   Download Task: Layout Transform Added
    CONX   File To Transform: [ C:\Users\user34\AppData\Local\Microsoft\WebSetup\Download\WinPayload.esd.decrypt ]
    CONX   Media Layout Folder: [ C:\ESD\Windows ]
    CONX   ConX::Setup::Web::CWebSetupApp::SetAppState: [ 3 ]
    CONX   Executing [ DownloadUnlock ]
    CONX   [WINDLP] DlpTask: Entering Execute Method
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...