Quote:
Originally Posted by KenJackson
I'm looking around for those inept python files to clean off the DRM, but I've only found a version that's specific to Windows or Mac, that tries to open use Windows DLLs. I suppose I could install windows python under Wine, but that's kind of offensive. The hallmark of scripting languages like python is that they are supposed to be platform independent. I'm mucking with it to see if I can clean out the Windows-specificity.
|
The Windows-specificity runs pretty deep, and it's rather difficult to remove in this case. You need to run in Windows because ineptkey relies on the fact that the Windows version of ADE is installed and pulls your DRM key from the registry.
If you've already got ADE running in wine, Just install Windows python and PyCrypto and it'll just work. Good luck!