Hi. Nice to see someone working against DRM :-) I changed your msdrm.c, line 830
from wchar_t *licfile=(wchar_t*)malloc(256*256*2); to wchar_t *licfile=(wchar_t*)malloc(256*256*sizeof(wchar_t));
or else the app would crash on amd64
Many thanks! I got it working after seeing this report.
Log in to post a comment.
Many thanks! I got it working after seeing this report.