View Single Post
  #42  
Old 11-26-2010, 11:22 PM
Stream Recorder
 
Posts: n/a
Default

Re: skindle - remove DRM from KindleForPC ebooks (mobi and topaz)


Quote:
Originally Posted by any ANONYMOUS forum user View Post
Does someone know what they use instead of CryptUnprotectData on the Mac?

I checked skindle and a few things that are different for sure:

The kindle.info is located here:
Code:
/Users/x/Library/Application Support/Amazon/Kindle For Mac/storage/.kindle-info
string_32 is the same, but string_64 is different. The correct string is:
Code:
"ZB0bYyc1xDdW2wEV3Ff7KkPpL8UuGA4gz-Tme9Nn_tHh5SvXCsIiR6rJjQaqlOoM"
From there I just have no clue what they use instead of CryptUnprotectData. The other info was available using lsof/opensnoop and strings.
Try to use the following:
DeDRM AppleScript for Mac OS X 10.5, 10.6
Reply With Quote