xSDM icon indicating copy to clipboard operation
xSDM copied to clipboard

Open-source unpacker for Microsoft Imagine/Dreamspark/MSDNAA SDC format

Results 11 xSDM issues
Sort by recently updated
recently updated
newest added

The old one (from your 404'd blog) `http://[SDXdomain]/WebStore/Account/SDMAuthorize.aspx?oiopu=[oiopu]&f=[fileID]&oiop=[oiop]&dl=[dlSelect]` (not `.ashx`) Results in >The current download configuration has changed. You need to remove this client from your machine and download again...

Hi there, this has been a really helpful tool (and guide)! Just thought I'd share my experiences and how I got it working on Mac. Firstly, neither `check` nor `libmcrypt`...

Anyone know what this means? root@kali:~/Desktop/xSDM-master# make Making all in src make[1]: Entering directory '/root/Desktop/xSDM-master/src' Makefile:345: *** missing separator (did you mean TAB instead of 8 spaces?). Stop. make[1]: Leaving...

For fix warning to perror required char* argument Error : ``` main.c:33:24: attention : passing argument 1 of « perror » from incompatible pointer type [-Wincompatible-pointer-types] perror(hdrout); ^~~~~~ In file...

Makefile:342: die Regel für Ziel „all-recursive“ scheiterte make: *** [all-recursive] Error 1

Hello, I've created improved version of my previous pull request #17. Now I've split changes into 4 commits to improve readability as You wanted (it was not too hard but...

Hello Almost have it running. ./configure looks okay. However, during make there is an issue with aclocal. Someone recommends `touch aclocal` but this does not necessarily help. See below. Any...

http://e5.onthehub.com/WebStore/Account/SdmAuthorize.aspx?o=165610d6-8e82-e511-9412-b8ca3a5db7a1&ws=2ed976ae-827d-e511-9411-b8ca3a5db7a1&uid=e5eb7864-b781-e511-9412-b8ca3a5db7a1&dfc=1 This is example content of SDX file. You can remove dfc=1 and add sdm=0: http://e5.onthehub.com/WebStore/Account/SdmAuthorize.aspx?o=165610d6-8e82-e511-9412-b8ca3a5db7a1&ws=2ed976ae-827d-e511-9411-b8ca3a5db7a1&uid=e5eb7864-b781-e511-9412-b8ca3a5db7a1&sdm=0 Now, you can download it without encryption and without any keys. :)

wontfix

I have created a [python wrapper utility](https://github.com/exander77/xSDM-python-wrapper). I accepts SDX file as its parameter, downloads the file (files) and uses your utility for extraction. It also should work with multipart...

Hi there, I'm trying to build this from the latest tarball on the releases page, I have the required packages installed and can run configure without errors but when I...