 Re: Remove Kindle DRM in Linux: FindPID to read Amazon .PRC/.AZW book on Sony Reader
Yes, it seems that it cannot work on linux easily. The tools rely on windows and its libraries. k4pcutils.py seems to need
ctypes.windll.crypt32.CryptUnprotectData
and I do not think there is a linux equivalent. I managed to hardcode into the code the kindle.info file, but I can't find the crypt32 module for linux.
but i do not give up (yet).
|