View Single Post
  #37  
Old 10-14-2010, 07:19 PM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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


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.
Reply With Quote