Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Removing DRM protection from eBooks
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-15-2010, 03:19 PM
Stream Recorder
 
Posts: n/a
Default

Download DRM Tools Archive


DRM Tools Archive contains all the scripts (except ineptpdf.py) and applications mentioned in the Dark Reverser’s blog & Aprentice Alf's blog.

DRM Tools are open source? How can I be sure it’s safe and not a trojan horse?
All the DRM removal tools here are scripts of one kind or another: Python, Applescript or Windows Batch files. So they are inherently open source, and open to inspection by everyone who downloads them.

The one piece of compiled code is the progress bar for the DeDRM AppleScript, and the source for that is included in the DeDRM AppleScript package.

The download links just give me .php files, not .7z, .zip, .rar files. What’s wrong?
You’re using some kind of “fast download” plugin with your browser. Turn it off and the downloads will work properly.

I have an old encrypted PDF file that won’t open in Adobe Digital Editions, how can I remove the DRM?
If your PDF ebooks cannot be read in Adobe Digital Editions, the tools here cannot help. They are probably encrypted using the Content Server 3 (or earlier) methods which Adobe no longer support, not even to allow conversion to Content Server 4 (AKA Adobe Digital Editions).

See _http://www.adobe.com/products/contentserver/migrate.html for more details.

Adobe only allowed a nine month window (March-December 2009) for migration to Adobe Digital Editions after the Content Server 3 servers were discontinued.

You might be able to find tools to remove the DRM from other sites, but there are several different old encryption schemes for PDF files, and Aprenitce Alf is not unfamiliar with them. Tetrachroma’s blog might be a good starting point for Windows users, as he’s done a lot of work on some PDF DRM scheme called “File Open”.

What ebooks do DRM Tools scripts work on?
There are six main ebook formats.
  1. PDF
  2. EPUB
  3. eReader
  4. Mobipocket
  5. Topaz
  6. LIT

There are seven main DRM schemes currently in use.
  • Adobe Adept
  • Barnes & Noble
  • Amazon Mobipocket
  • Amazon Topaz
  • Microsoft
  • eReader
  • Apple Fairplay

The scripts linked from here remove DRM from PDF, EPUB, eReader, Mobipocket and Topaz format ebooks using Adobe Adept, Barnes & Noble, Amazon and eReader DRM schemes.

Microsoft LIT format ebooks using Microsoft’s DRM scheme can have the DRM removed using ConvertLit.

There’s currently no way to remeove DRM from ebooks using Apple’s Fairplay DRM scheme, used on most ebooks bought at Apple’s iBooks ebook store.

Who wrote DRM Tools scripts?
The authors tend to identify themselves only by pseudonyms:
  • The Adobe Adept and Barnes & Noble scripts were created by I Love Cabbages
  • The Amazon Mobipocket and eReader scripts were created by The Dark Reverser
  • The Amazon Topaz DRM script was created by CMBDTC
  • The Amazon Topaz format conversion was created by some_updates
  • The DeDRM AppleScript was created by Apprentice Alf
  • The Calibre plugins were created by DiapDealer
  • The Microsoft code was by drs

Where are my ebooks located?
Your ebooks are stored on your computer or on your ebook reader. You need to find them to be able to remove the DRM. If they are on your reader, you should be able to locate them easily. On your computer it’s not so obvious. Here are the default locations.

Macintosh
  1. Navigating from your home folder,
  2. Kindle books are in either Library/Application Support/Kindle/My
  3. Kindle Content or Documents/My Kindle Content, depending on your version of Kindle for Mac.
  4. Adobe Digital Editions ebooks are in Documents/Digital Editions

Windows
  1. Navigating from your My Documents folder
  2. Kindle books are in My Kindle Content
  3. Adobe Digital Editions ebooks are in My Digital Editions
  4. Mobipocket Reader ebooks are in My eBooks

I just upgraded Kindle for Mac and now the tools don’t work
You now have more than one kindle-info file, because uAmazon have moved the location of the file. The easiest thing is to delete both and let it get created again.

Go to (Home Folder)/Library/Application Support/ and delete the “Kindle” folder and the “Amazon” folder. Now start Kindle for Macintosh. You’ll need to register it to your account again, and possibly download your books again, but after that the scripts will work again.

Topaz: I used the tools on a Kindle file, and got back three files instead of one. Which one’s the de-drmed ebook?
The Topaz file format contains two versions of the book plus a composite xml description of the book.

The _SVG file is a zip archive of the scalable vector graphics (svg) image of each page of the book. Each image is comprised of a list of glyphs and positions. It is pretty much an exact copy of the original book, but made of up of images, not text.

The second version is the text version, unchecked by human eye. It contains the usual kinds of errors you’d expect in OCRed text. This is the version used to create the HTML “_nodrm” zip archive. Neither DeDRM nor Calibre are causing the errors – the errors are in the OCR stored in the original ebook.

The third file contains the XML files which truly are the Topaz internal format.

If you want to understand this format better, unzip this file and open any of the xml files with a text editor.

You can import the HTML version (_nodrm.zip) into Calibre to convert it to epub, mobi, etc as it is easily reflowable and convertible but it may need spellchecking and hand editing to clean it up the OCR errors. You can also import the set of SVG images into Calibre or other PDF creation software and convert them to an image-only based PDF.

Double-clicking on any of the .pyw tools, I get the message “there is no default application specified to open the document”. I have Mac OS X 10.5
There is a bug in the Python Launcher set up on Mac OSX 10.5.X that wasn’t fixed until 10.6.X. So you have two options one very easy and one is just a bit harder but will allow python scripts to work well for the future
  1. Easy: simply use the DeDRM AppleScript which is a drag and drop application that works on both 10.5 and 10.6. Once it is unzipped, simply drag and drop your epub and it will remove the drm for you.
  2. A Bit Harder: Fix the error with the Python Launcher in Mac OS X 10.5 by following these steps:
    1. In Finder navigate to /System/Library/Framework/Python.framework/Versions/2.5/Resources/
      and then double-click to run the “Python Launcher.app”.
    2. When it comes up UNCHECK the box for “Run in a Terminal window” for each of the possible pulldown values “Python Script”, and “Python GUI Script” and “Python Bytecode Document”.
    3. Then quit out of the Python Launcher.app.
    4. Then go to wherever you have a python file with a .pyw extension and single-click on it. Then do a Finder->GetInfo and in the GetInfo window that appears, make sure you have it set to “Open with” the “Python Launcher.app” and then use the Change All… button to make sure this will work for all Python .pyw scripts.

I’ve bought Mobipocket ebooks from an on-line retailer without having to enter the PID of my copy of Mobipocket Reader, and I can read them in Mobipocket Reader. But when I try to convert them to another format, calibre says that they have DRM, but the tools say they don’t contain a PIDs, and I should open them in Mobipocket Reader. What’s going wrong?
The books are downloaded without a PID, but still encrypted. Opening them in Mobipocket Reader causes Mobipocket Reader to create a copy of the ebook that contains with the Mobipocket Reader’s PID. This copy is stored in the My eBooks folder in your My Documents folder. It’s this copy that you must use with the DRM removal tools.

Since the original versions of the script and programs were released, various people have helped to maintain and improve them, mainly some_updates, DiapDealer and Apprentice Alf.

Download DRM Tools Archive
Code:
https://github.com/apprenticeharper/DeDRM_tools/releases
DRM Tools Archive web-page
Code:
https://apprenticealf.wordpress.com/2012/09/10/drm-removal-tools-for-ebooks/
Reply With Quote
  #2  
Old 12-15-2010, 03:19 PM
Stream Recorder
 
Posts: n/a
Default

Download DRM Tools Archive


Download DRM Tools Archive 2.3 (tools_2.3.zip)
Code:
http://www.mediafire.com/?2ibexwv6a7d5saw
http://hidemyass.com/files/qcZos/
Download DRM Tools Archive 2.3 (tools_2.3.7z)
Code:
http://depositfiles.com/files/ex74vgfgv
http://www.zshare.net/download/840699861bdf9bf2/
http://www.badongo.com/file/24825700
Contents of DRM Tools Archive ("tree /f /a" output)
Code:
|   1.txt
|   DeDRM 1.2.zip
|   Win_OpenSSL_0.9.8o.txt
|   
+---Adobe_EPUB_Tools
|   |   ineptepub_v5.3.pyw
|   |   ineptkey_v5.2.pyw
|   |   README_ineptepub.txt
|   |   
|   \---Original_IHeart_Cabbages_Scripts
|           ineptepub_v5.2.pyw
|           ineptkey_v5.pyw
|           
+---Barnes_and_Noble_EPUB_Tools
|   |   ignobleepub_v3.1.pyw
|   |   ignoblekeygen_v2.1.pyw
|   |   README_ignoble_epub.txt
|   |   
|   \---Original_IHeart_Cabbages_Scripts
|           ignobleepub.pyw
|           ignoblekey.pyw
|           ignoblekeygen.pyw
|           
+---Calibre_Plugins
|       eReaderPDB2PML_v02_plugin.zip
|       ignobleepub_v01.1_plugin.zip
|       ineptepub_v01.1_plugin.zip
|       K4MobiDeDRM_v01.3_plugin.zip
|       README-eReaderPDB2PML-plugin.txt
|       README-Ignobleepub-plugin.txt
|       README-Ineptepub-plugin.txt
|       README-K4MobiDeDRM-plugin.txt
|       Win_OpenSSL_0.9.8o.txt
|       
+---ePub_Fixer
|   |   ePub_Fixer.pyw
|   |   README_ePub_Fixer.txt
|   |   
|   \---lib
|           scrolltextwidget.py
|           subasyncio.py
|           zipfix.py
|           
+---eReader_PDB_Tools
|   |   eReaderPDB2PML.pyw
|   |   eReaderPDB2PMLZ.pyw
|   |   Pml2HTML.pyw
|   |   README_eReaderPDB.txt
|   |   
|   \---lib
|           erdr2pml.py
|           eReaderPDB2PML_plugin.py
|           openssl_des.py
|           python_des.py
|           scrolltextwidget.py
|           subasyncio.py
|           xpml2xhtml.py
|           
+---Kindle_Mobi_Tools
|   |   MobiDeDRM_0.19.py
|   |   
|   +---K4_Mobi_DeDRM_Combined_Tool
|   |   |   K4MobiDeDRM.pyw
|   |   |   README_K4MobiDeDRM.txt
|   |   |   
|   |   \---lib
|   |           k4mdumpkinfo.py
|   |           k4mobidedrm.py
|   |           k4mutils.py
|   |           k4pcutils.py
|   |           mobidedrm.py
|   |           scrolltextwidget.py
|   |           subasyncio.py
|   |           
|   +---Kindle_4_Mac_Unswindle
|   |   |   gdb_kindle_cmds_r1.txt
|   |   |   gdb_kindle_cmds_r2.txt
|   |   |   gdb_kindle_cmds_r3.txt
|   |   |   gdb_kindle_cmds_r4.txt
|   |   |   K4Munswindle.pyw
|   |   |   README_K4Munswindle.txt
|   |   |   
|   |   \---lib
|   |           mobidedrm.py
|   |           scrolltextwidget.py
|   |           subasyncio.py
|   |           
|   +---Kindle_4_PC_Unswindle
|   |       mobidedrm.py
|   |       README-unswindlev7.txt
|   |       unswindle_v7.pyw
|   |       
|   \---older_tools
|       |   README_Older_K4PC_Tools.txt
|       |   
|       \---skindle-06
|               b64.c
|               cbuf.c
|               cbuf.h
|               libz.a
|               Makefile
|               md5.c
|               md5.h
|               mobi.c
|               mobi.h
|               README
|               sha1.c
|               sha1.h
|               skindle.c
|               skindle.exe
|               skinutils.c
|               skinutils.h
|               tpz.c
|               tpz.h
|               zconf.h
|               zlib.h
|               
+---Mobi_Additional_Tools
|   |   k4mdumpkinfo.py
|   |   Kindleizer.pyw
|   |   KindlePID.pyw
|   |   MobiML2HTML.pyw
|   |   MobiUnpack.pyw
|   |   README_Kindle_for_iPad_iPhone_iPodTouch.txt
|   |   README_MobiUnpack_MobiML2HTML.txt
|   |   
|   +---lib
|   |       kindlefix.py
|   |       kindlepid.py
|   |       mobidedrm.py
|   |       mobihuff.py
|   |       mobiml2html.py
|   |       mobiunpack.py
|   |       prc.py
|   |       scrolltextwidget.py
|   |       subasyncio.py
|   |       
|   \---older_tools
|           MobiDeDRM.pyw
|           PIDCheck.py
|           
\---Topaz_Tools
    |   README_Topaz_Tools.txt
    |   TopazExtract.pyw
    |   TopazFiles2HTML.pyw
    |   TopazFiles2SVG.pyw
    |   TopazFiles2XML.pyw
    |   
    \---lib
            cmbtc_dump.py
            cmbtc_v2.2.py
            convert2xml.py
            decode_meta.py
            flatxml2html.py
            genhtml.py
            gensvg.py
            genxml.py
            getpagedim.py
            k4mutils.py
            k4pcutils.py
            scrolltextwidget.py
            stylexml2css.py
            subasyncio.py
            topaz-readme.txt
Reply With Quote
  #3  
Old 12-18-2010, 02:45 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: Download DRM Tools Archive


Quote:
Originally Posted by Stream Recorder View Post
Download DRM Tools Archive 2.3 (tools_2.3.7z)
Code:
http://depositfiles.com/files/ex74vgfgv
http://www.zshare.net/download/840699861bdf9bf2/
http://www.badongo.com/file/24825700
More links
Code:
http://www.zshare.net/download/839809550aa8b3f8/
http://depositfiles.com/files/mp8n45czg
http://www.badongo.com/file/24838766
Reply With Quote
  #4  
Old 01-04-2011, 03:55 AM
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: Download DRM Tools Archive


DRM Tools Archive 3.0 (7zip)
Code:
http://depositfiles.com/files/s01wyltc9
http://www.megaupload.com/?d=847YEWL1
http://www.zshare.net/download/84740478834aa6db/
http://www.badongo.com/file/24904702
Contents of DRM Tools Archive ("tree" output)
Code:
|-- Adobe_ePub_Tools
|   |-- ineptepub_v5.4.pyw
|   |-- ineptkey_v5.2.pyw
|   |-- Original_IHeart_Cabbages_Scripts
|   |   |-- ineptepub_v5.2.pyw
|   |   `-- ineptkey_v5.pyw
|   `-- README_ineptepub.txt
|-- Adobe_PDF_Tools
|   |-- ineptkey_v5.2.pyw
|   `-- ineptpdf7.6.pyw
|-- Barnes_and_Noble_ePub_Tools
|   |-- ignobleepub_v3.2.pyw
|   |-- ignoblekeygen_v2.1.pyw
|   |-- Original_IHeart_Cabbages_Scripts
|   |   |-- ignobleepub.pyw
|   |   |-- ignoblekeygen.pyw
|   |   `-- ignoblekey.pyw
|   `-- README_ignoble_epub.txt
|-- Calibre_Plugins
|   |-- eReaderPDB2PML_v03_plugin.zip
|   |-- ignobleepub_v01.2_plugin.zip
|   |-- ineptepub_v01.3_plugin.zip
|   |-- ineptpdf_v01.1_plugin.zip
|   |-- K4MobiDeDRM_v01.7_plugin.zip
|   |-- README-eReaderPDB2PML-plugin.txt
|   |-- README-Ignobleepub-plugin.txt
|   |-- README-Ineptepub-plugin.txt
|   |-- README-Ineptpdf-plugin.txt
|   |-- README-K4MobiDeDRM-plugin.txt
|   `-- Win_OpenSSL_0.9.8o.txt
|-- DeDRM 1.4.app.zip
|-- ePub_Fixer
|   |-- ePub_Fixer.pyw
|   |-- lib
|   |   |-- scrolltextwidget.py
|   |   |-- subasyncio.py
|   |   `-- zipfix.py
|   `-- README_ePub_Fixer.txt
|-- eReader_PDB_Tools
|   |-- eReaderPDB2PML.pyw
|   |-- eReaderPDB2PMLZ.pyw
|   |-- lib
|   |   |-- erdr2pml.py
|   |   |-- eReaderPDB2PML_plugin.py
|   |   |-- openssl_des.py
|   |   |-- pycrypto_des.py
|   |   |-- python_des.py
|   |   |-- scrolltextwidget.py
|   |   |-- subasyncio.py
|   |   `-- xpml2xhtml.py
|   |-- Pml2HTML.pyw
|   `-- README_eReaderPDB.txt
|-- KindleBooks_Tools
|   |-- FindTopazEbooks.pyw
|   |-- Kindle_4_Mac_Unswindle
|   |   |-- gdb_kindle_cmds_r1.txt
|   |   |-- gdb_kindle_cmds_r2.txt
|   |   |-- gdb_kindle_cmds_r3.txt
|   |   |-- gdb_kindle_cmds_r4.txt
|   |   |-- K4Munswindle.pyw
|   |   |-- lib
|   |   |   |-- mobidedrm.py
|   |   |   |-- scrolltextwidget.py
|   |   |   `-- subasyncio.py
|   |   `-- README_K4Munswindle.txt
|   |-- Kindle_4_PC_Unswindle
|   |   |-- mobidedrm.py
|   |   |-- README-unswindlev7.txt
|   |   `-- unswindle_v7.pyw
|   |-- KindleBooks
|   |   |-- KindleBooks.pyw
|   |   |-- lib
|   |   |   |-- cmbtc_v2.2.py
|   |   |   |-- convert2xml.py
|   |   |   |-- flatxml2html.py
|   |   |   |-- flatxml2svg.py
|   |   |   |-- genbook.py
|   |   |   |-- genxml.py
|   |   |   |-- k4mdumpkinfo.py
|   |   |   |-- k4mobidedrm.py
|   |   |   |-- k4mutils.py
|   |   |   |-- k4pcutils.py
|   |   |   |-- kgenpids.py
|   |   |   |-- mobidedrm.py
|   |   |   |-- scrolltextwidget.py
|   |   |   |-- stylexml2css.py
|   |   |   |-- subasyncio.py
|   |   |   `-- topazextract.py
|   |   `-- README_KindleBooks.txt
|   |-- MobiDeDRM_0.21.py
|   `-- older_tools
|       |-- README_Older_K4PC_Tools.txt
|       `-- skindle-06
|           |-- b64.c
|           |-- cbuf.c
|           |-- cbuf.h
|           |-- libz.a
|           |-- Makefile
|           |-- md5.c
|           |-- md5.h
|           |-- mobi.c
|           |-- mobi.h
|           |-- README
|           |-- sha1.c
|           |-- sha1.h
|           |-- skindle.c
|           |-- skindle.exe
|           |-- skinutils.c
|           |-- skinutils.h
|           |-- tpz.c
|           |-- tpz.h
|           |-- zconf.h
|           `-- zlib.h
|-- Mobi_Additional_Tools
|   |-- k4mdumpkinfo.py
|   |-- Kindleizer.pyw
|   |-- KindlePID.pyw
|   |-- lib
|   |   |-- kindlefix.py
|   |   |-- kindlepid.py
|   |   |-- mobidedrm.py
|   |   |-- mobihuff.py
|   |   |-- mobiml2html.py
|   |   |-- mobiunpack.py
|   |   |-- prc.py
|   |   |-- scrolltextwidget.py
|   |   `-- subasyncio.py
|   |-- MobiML2HTML.pyw
|   |-- MobiUnpack.pyw
|   |-- older_tools
|   |   |-- MobiDeDRM.pyw
|   |   `-- PIDCheck.py
|   |-- README_Kindle_for_iPad_iPhone_iPodTouch.txt
|   `-- README_MobiUnpack_MobiML2HTML.txt
`-- Win_OpenSSL_0.9.8o.txt
Reply With Quote
  #5  
Old 01-13-2011, 03:51 AM
Apprentice Alf Apprentice Alf is offline
Junior Member
 
Join Date: Jan 2011
Posts: 20
Apprentice Alf is on a distinguished road
Default

Re: Download DRM Tools Archive


See my blog (in my profile) for links to the latest tools.

Or you can download v3.1 (the latest as I write this) directly from http://www.datafilehost.com/download-74a4e2fc.html
Reply With Quote
  #6  
Old 01-14-2011, 12:02 AM
mhk1999 mhk1999 is offline
Junior Member
 
Join Date: Jan 2011
Posts: 1
mhk1999 is on a distinguished road
Default

Re: Download DRM Tools Archive


Thank you so much, I have spent hours trying to clear DRM. I don't want to be illegal but I want to read my books on the reader I Choose. The ridiculous Drm is like saying when I buy a hardcover that I can read it in the kitchen but I can't read it in the bedroom or office or living room. I just want to use a reader that is competent and works, not one I don't like. You have been amazing!!!
Reply With Quote
  #7  
Old 02-01-2011, 03:23 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: Download DRM Tools Archive


DRM Tools Archive 3.2 (7zip)
Code:
http://depositfiles.com/files/h7ijt8uzv
http://www.badongo.com/file/25033120
http://www.zshare.net/download/86002399859bed2d/
http://www.2shared.com/file/HBbDW41l/tools_v32.html
http://rapidshare.com/files/445697151/tools_v3.2.7z
http://www.megaupload.com/?d=MZX31PDA
Contents of DRM Tools Archive ("tree /F" output)
Code:
───tools
    │   ReadMe_First.txt
    │
    ├───Adobe_ePub_Tools
    │   │   ineptepub_v5.6.pyw
    │   │   ineptkey_v5.4.pyw
    │   │   README_ineptepub.txt
    │   │
    │   └───Original_IHeart_Cabbages_Scripts
    │           ineptepub_v5.2.pyw
    │           ineptkey_v5.pyw
    │
    ├───Adobe_PDF_Tools
    │       ineptkey_v5.4.pyw
    │       ineptpdf_v7.8.pyw
    │       README_ineptpdf.txt
    │
    ├───Barnes_and_Noble_ePub_Tools
    │   │   ignobleepub_v3.4.pyw
    │   │   ignoblekeygen_v2.3.pyw
    │   │   README_ignoble_epub.txt
    │   │
    │   └───Original_IHeart_Cabbages_Scripts
    │           ignobleepub.pyw
    │           ignoblekey.pyw
    │           ignoblekeygen.pyw
    │
    ├───Calibre_Plugins
    │       eReaderPDB2PML_v04_plugin.zip
    │       ignobleepub_v01.3_plugin.zip
    │       ineptepub_v01.4_plugin.zip
    │       ineptpdf_v01.2_plugin.zip
    │       K4MobiDeDRM_v02.1_plugin.zip
    │       README-eReaderPDB2PML-plugin.txt
    │       README-Ignobleepub-plugin.txt
    │       README-Ineptepub-plugin.txt
    │       README-Ineptpdf-plugin.txt
    │       README-K4MobiDeDRM-plugin.txt
    │       Win_OpenSSL_0.9.8o.txt
    │
    ├───DeDRM_for_Mac_and_Win
    │       DeDRM_2.0.app.zip
    │       DeDRM_WinApp_v1.2.zip
    │       ReadMe_DeDRM_WinApp_v1.2.txt
    │
    ├───ePub_Fixer
    │   │   ePub_Fixer.pyw
    │   │   README_ePub_Fixer.txt
    │   │
    │   └───lib
    │           scrolltextwidget.py
    │           subasyncio.py
    │           zipfix.py
    │
    ├───eReader_PDB_Tools
    │   │   eReaderPDB2PML.pyw
    │   │   eReaderPDB2PMLZ.pyw
    │   │   Pml2HTML.pyw
    │   │   README_eReaderPDB.txt
    │   │
    │   └───lib
    │           erdr2pml.py
    │           eReaderPDB2PML_plugin.py
    │           openssl_des.py
    │           pycrypto_des.py
    │           python_des.py
    │           scrolltextwidget.py
    │           subasyncio.py
    │           xpml2xhtml.py
    │
    ├───KindleBooks_Tools
    │   ├───KindleBooks
    │   │   │   KindleBooks.pyw
    │   │   │   README_KindleBooks.txt
    │   │   │
    │   │   └───lib
    │   │           cmbtc_v2.2.py
    │   │           convert2xml.py
    │   │           flatxml2html.py
    │   │           flatxml2svg.py
    │   │           genbook.py
    │   │           k4mdumpkinfo.py
    │   │           k4mobidedrm.py
    │   │           k4mutils.py
    │   │           k4pcutils.py
    │   │           kgenpids.py
    │   │           mobidedrm.py
    │   │           scrolltextwidget.py
    │   │           stylexml2css.py
    │   │           subasyncio.py
    │   │           topazextract.py
    │   │
    │   ├───Kindle_4_Mac_Unswindle
    │   │   │   gdb_kindle_cmds_r1.txt
    │   │   │   gdb_kindle_cmds_r2.txt
    │   │   │   gdb_kindle_cmds_r3.txt
    │   │   │   gdb_kindle_cmds_r4.txt
    │   │   │   K4Munswindle.pyw
    │   │   │   README_K4Munswindle.txt
    │   │   │
    │   │   └───lib
    │   │           .DS_Store
    │   │           mobidedrm.py
    │   │           scrolltextwidget.py
    │   │           subasyncio.py
    │   │
    │   └───Kindle_4_PC_Unswindle
    │           mobidedrm.py
    │           README-unswindlev7.txt
    │           unswindle_v7.pyw
    │
    └───Mobi_Additional_Tools
        │   FindTopazEbooks.pyw
        │   Kindleizer.pyw
        │   KindlePID.pyw
        │   MobiDeDRM.pyw
        │   MobideDRM_0.26.py
        │   MobiML2HTML.pyw
        │   MobiUnpack.pyw
        │   README_Kindle_for_iPad_iPhone_iPodTouch.txt
        │   README_MobiUnpack_MobiML2HTML.txt
        │
        ├───lib
        │       .DS_Store
        │       kindlefix.py
        │       kindlepid.py
        │       mobidedrm.py
        │       mobihuff.py
        │       mobiml2html.py
        │       mobiunpack.py
        │       prc.py
        │       scrolltextwidget.py
        │       subasyncio.py
        │
        └───older_tools
                PIDCheck.py
Reply With Quote
  #8  
Old 02-09-2011, 01:15 AM
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: Download DRM Tools Archive


DRM Tools Archive 3.4 (7zip)
Code:
http://depositfiles.com/files/j4y2vniew
http://www.megaupload.com/?d=8EQKW61G
http://www.2shared.com/file/wJ8RpDPt/tools_v34.html
http://www.badongo.com/file/25066092
http://www.zshare.net/download/86321127cfb4d2c7/
http://rapidshare.com/files/446968703/tools_v3.4.7z
Contents of DRM Tools Archive ("tree /F" output)
Code:
└───tools
    │   ReadMe_First.txt
    │
    ├───Adobe_ePub_Tools
    │   │   ineptepub_v5.6.pyw
    │   │   ineptkey_v5.4.pyw
    │   │   README_ineptepub.txt
    │   │
    │   └───Original_IHeart_Cabbages_Scripts
    │           ineptepub_v5.2.pyw
    │           ineptkey_v5.pyw
    │
    ├───Adobe_PDF_Tools
    │       ineptkey_v5.4.pyw
    │       ineptpdf_v7.9.pyw
    │       README_ineptpdf.txt
    │
    ├───Barnes_and_Noble_ePub_Tools
    │   │   ignobleepub_v3.4.pyw
    │   │   ignoblekeygen_v2.3.pyw
    │   │   README_ignoble_epub.txt
    │   │
    │   └───Original_IHeart_Cabbages_Scripts
    │           ignobleepub.pyw
    │           ignoblekey.pyw
    │           ignoblekeygen.pyw
    │
    ├───Calibre_Plugins
    │       eReaderPDB2PML_v04_plugin.zip
    │       ignobleepub_v01.5_plugin.zip
    │       ineptepub_v01.6_plugin.zip
    │       ineptpdf_v01.3_plugin.zip
    │       K4MobiDeDRM_v02.3_plugin.zip
    │       README-eReaderPDB2PML-plugin.txt
    │       README-Ignobleepub-plugin.txt
    │       README-Ineptepub-plugin.txt
    │       README-Ineptpdf-plugin.txt
    │       README-K4MobiDeDRM-plugin.txt
    │
    ├───DeDRM_for_Mac_and_Win
    │   │   ReadMe_DeDRM_WinApp.txt
    │   │
    │   ├───DeDRM 2.2.app
    │   │   └───Contents
    │   │       │   Info.plist
    │   │       │   PkgInfo
    │   │       │
    │   │       ├───MacOS
    │   │       │       droplet
    │   │       │
    │   │       └───Resources
    │   │           │   convert2xml.py
    │   │           │   DeDRM Progress Source.zip
    │   │           │   droplet.icns
    │   │           │   droplet.rsrc
    │   │           │   encodebase64.py
    │   │           │   erdr2pml.py
    │   │           │   flatxml2html.py
    │   │           │   flatxml2svg.py
    │   │           │   genbook.py
    │   │           │   ignobleepub.py
    │   │           │   ignoblekeygen.py
    │   │           │   ineptepub.py
    │   │           │   ineptkey.py
    │   │           │   ineptpdf.py
    │   │           │   k4mdumpkinfo.py
    │   │           │   k4mobidedrm.py
    │   │           │   k4mutils.py
    │   │           │   k4pcutils.py
    │   │           │   kgenpids.py
    │   │           │   mobidedrm.py
    │   │           │   openssl_des.py
    │   │           │   scrolltextwidget.py
    │   │           │   stylexml2css.py
    │   │           │   subasyncio.py
    │   │           │   topazextract.py
    │   │           │   zipfix.py
    │   │           │
    │   │           ├───DeDRM Progress.app
    │   │           │   └───Contents
    │   │           │       │   Info.plist
    │   │           │       │   PkgInfo
    │   │           │       │
    │   │           │       ├───MacOS
    │   │           │       │       DeDRM Progress
    │   │           │       │
    │   │           │       └───Resources
    │   │           │           ├───English.lproj
    │   │           │           │   │   InfoPlist.strings
    │   │           │           │   │
    │   │           │           │   └───MainMenu.nib
    │   │           │           │           classes.nib
    │   │           │           │           info.nib
    │   │           │           │           keyedobjects.nib
    │   │           │           │
    │   │           │           └───Scripts
    │   │           │                   Window.scpt
    │   │           │
    │   │           ├───description.rtfd
    │   │           │       TXT.rtf
    │   │           │
    │   │           └───Scripts
    │   │                   main.scpt
    │   │
    │   └───DeDRM_WinApp_v1.4
    │       │   DeDRM_Drop_Target.bat
    │       │
    │       └───DeDRM_lib
    │           │   DeDRM_app.pyw
    │           │
    │           └───lib
    │                   activitybar.py
    │                   convert2xml.py
    │                   decryptepub.py
    │                   decryptpdb.py
    │                   decryptpdf.py
    │                   erdr2pml.py
    │                   flatxml2html.py
    │                   flatxml2svg.py
    │                   genbook.py
    │                   ignobleepub.py
    │                   ignoblekeygen.py
    │                   ineptepub.py
    │                   ineptkey.py
    │                   ineptpdf.py
    │                   k4mobidedrm.py
    │                   k4mutils.py
    │                   k4pcutils.py
    │                   kgenpids.py
    │                   mobidedrm.py
    │                   openssl_des.py
    │                   pycrypto_des.py
    │                   python_des.py
    │                   scrolltextwidget.py
    │                   simpleprefs.py
    │                   stylexml2css.py
    │                   subasyncio.py
    │                   topazextract.py
    │                   zipfix.py
    │
    ├───ePub_Fixer
    │   │   ePub_Fixer.pyw
    │   │   README_ePub_Fixer.txt
    │   │
    │   └───lib
    │           scrolltextwidget.py
    │           subasyncio.py
    │           zipfix.py
    │
    ├───eReader_PDB_Tools
    │   │   eReaderPDB2PML.pyw
    │   │   eReaderPDB2PMLZ.pyw
    │   │   Pml2HTML.pyw
    │   │   README_eReaderPDB.txt
    │   │
    │   └───lib
    │           erdr2pml.py
    │           eReaderPDB2PML_plugin.py
    │           openssl_des.py
    │           pycrypto_des.py
    │           python_des.py
    │           scrolltextwidget.py
    │           subasyncio.py
    │           xpml2xhtml.py
    │
    ├───KindleBooks_Tools
    │   ├───KindleBooks
    │   │   │   KindleBooks.pyw
    │   │   │   README_KindleBooks.txt
    │   │   │
    │   │   └───lib
    │   │           cmbtc_v2.2.py
    │   │           convert2xml.py
    │   │           flatxml2html.py
    │   │           flatxml2svg.py
    │   │           genbook.py
    │   │           k4mdumpkinfo.py
    │   │           k4mobidedrm.py
    │   │           k4mutils.py
    │   │           k4pcutils.py
    │   │           kgenpids.py
    │   │           mobidedrm.py
    │   │           scrolltextwidget.py
    │   │           stylexml2css.py
    │   │           subasyncio.py
    │   │           topazextract.py
    │   │
    │   ├───Kindle_4_Mac_Unswindle
    │   │   │   gdb_kindle_cmds_r1.txt
    │   │   │   gdb_kindle_cmds_r2.txt
    │   │   │   gdb_kindle_cmds_r3.txt
    │   │   │   gdb_kindle_cmds_r4.txt
    │   │   │   K4Munswindle.pyw
    │   │   │   README_K4Munswindle.txt
    │   │   │
    │   │   └───lib
    │   │           mobidedrm.py
    │   │           scrolltextwidget.py
    │   │           subasyncio.py
    │   │
    │   └───Kindle_4_PC_Unswindle
    │           mobidedrm.py
    │           README-unswindlev7.txt
    │           unswindle_v7.pyw
    │
    └───Mobi_Additional_Tools
        │   FindTopazEbooks.pyw
        │   Kindleizer.pyw
        │   KindlePID.pyw
        │   MobiDeDRM.pyw
        │   MobiDeDRM_0.26.py
        │   MobiML2HTML.pyw
        │   MobiUnpack.pyw
        │   README_Kindle_for_iPad_iPhone_iPodTouch.txt
        │   README_MobiUnpack_MobiML2HTML.txt
        │
        ├───lib
        │       kindlefix.py
        │       kindlepid.py
        │       mobidedrm.py
        │       mobihuff.py
        │       mobiml2html.py
        │       mobiunpack.py
        │       prc.py
        │       scrolltextwidget.py
        │       subasyncio.py
        │
        └───older_tools
                PIDCheck.py
Reply With Quote
  #9  
Old 02-17-2011, 10:59 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: Download DRM Tools Archive


DRM Tools Archive 3.5 (7zip)
Code:
http://depositfiles.com/files/jnr09t48e
http://www.2shared.com/file/qKRjtWGe/tools_v35.html
http://www.megaupload.com/?d=L1ZCHLVV
http://www.badongo.com/file/25109134
http://www.zshare.net/download/867205244ec84356/
http://rapidshare.com/files/448541913/tools_v3.5.7z
Contents of DRM Tools Archive ("tree" output)
Code:
|-- Adobe_ePub_Tools
|   |-- ineptepub_v5.6.pyw
|   |-- ineptkey_v5.4.pyw
|   |-- Original_IHeart_Cabbages_Scripts
|   |   |-- ineptepub_v5.2.pyw
|   |   `-- ineptkey_v5.pyw
|   `-- README_ineptepub.txt
|-- Adobe_PDF_Tools
|   |-- ineptkey_v5.4.pyw
|   |-- ineptpdf_v7.9.pyw
|   `-- README_ineptpdf.txt
|-- Barnes_and_Noble_ePub_Tools
|   |-- ignobleepub_v3.4.pyw
|   |-- ignoblekeygen_v2.3.pyw
|   |-- Original_IHeart_Cabbages_Scripts
|   |   |-- ignobleepub.pyw
|   |   |-- ignoblekeygen.pyw
|   |   `-- ignoblekey.pyw
|   `-- README_ignoble_epub.txt
|-- Calibre_Plugins
|   |-- eReaderPDB2PML_v04_plugin.zip
|   |-- ignobleepub_v01.5_plugin.zip
|   |-- ineptepub_v01.6_plugin.zip
|   |-- ineptpdf_v01.3_plugin.zip
|   |-- K4MobiDeDRM_v02.4_plugin.zip
|   |-- README-eReaderPDB2PML-plugin.txt
|   |-- README-Ignobleepub-plugin.txt
|   |-- README-Ineptepub-plugin.txt
|   |-- README-Ineptpdf-plugin.txt
|   `-- README-K4MobiDeDRM-plugin.txt
|-- DeDRM_for_Mac_and_Win
|   |-- DeDRM_2.3.app.zip
|   |-- DeDRM_WinApp_v1.5.zip
|   `-- ReadMe_DeDRM_WinApp.txt
|-- ePub_Fixer
|   |-- ePub_Fixer.pyw
|   |-- lib
|   |   |-- scrolltextwidget.py
|   |   |-- subasyncio.py
|   |   `-- zipfix.py
|   `-- README_ePub_Fixer.txt
|-- eReader_PDB_Tools
|   |-- eReaderPDB2PML.pyw
|   |-- eReaderPDB2PMLZ.pyw
|   |-- lib
|   |   |-- erdr2pml.py
|   |   |-- eReaderPDB2PML_plugin.py
|   |   |-- openssl_des.py
|   |   |-- pycrypto_des.py
|   |   |-- python_des.py
|   |   |-- scrolltextwidget.py
|   |   |-- subasyncio.py
|   |   `-- xpml2xhtml.py
|   |-- Pml2HTML.pyw
|   `-- README_eReaderPDB.txt
|-- KindleBooks_Tools
|   |-- Kindle_4_Mac_Unswindle
|   |   |-- gdb_kindle_cmds_r1.txt
|   |   |-- gdb_kindle_cmds_r2.txt
|   |   |-- gdb_kindle_cmds_r3.txt
|   |   |-- gdb_kindle_cmds_r4.txt
|   |   |-- K4Munswindle.pyw
|   |   |-- lib
|   |   |   |-- mobidedrm.py
|   |   |   |-- scrolltextwidget.py
|   |   |   `-- subasyncio.py
|   |   `-- README_K4Munswindle.txt
|   |-- Kindle_4_PC_Unswindle
|   |   |-- mobidedrm.py
|   |   |-- README-unswindlev7.txt
|   |   `-- unswindle_v7.pyw
|   `-- KindleBooks
|       |-- KindleBooks.pyw
|       |-- lib
|       |   |-- cmbtc_v2.2.py
|       |   |-- convert2xml.py
|       |   |-- flatxml2html.py
|       |   |-- flatxml2svg.py
|       |   |-- genbook.py
|       |   |-- k4mdumpkinfo.py
|       |   |-- k4mobidedrm.py
|       |   |-- k4mutils.py
|       |   |-- k4pcutils.py
|       |   |-- kgenpids.py
|       |   |-- mobidedrm.py
|       |   |-- scrolltextwidget.py
|       |   |-- stylexml2css.py
|       |   |-- subasyncio.py
|       |   `-- topazextract.py
|       `-- README_KindleBooks.txt
|-- Mobi_Additional_Tools
|   |-- FindTopazEbooks.pyw
|   |-- Kindleizer.pyw
|   |-- KindlePID.pyw
|   |-- lib
|   |   |-- kindlefix.py
|   |   |-- kindlepid.py
|   |   |-- mobidedrm.py
|   |   |-- mobihuff.py
|   |   |-- mobiml2html.py
|   |   |-- mobiunpack.py
|   |   |-- prc.py
|   |   |-- scrolltextwidget.py
|   |   `-- subasyncio.py
|   |-- MobiDeDRM_0.27.py
|   |-- MobiDeDRM.pyw
|   |-- MobiML2HTML.pyw
|   |-- MobiUnpack.pyw
|   |-- older_tools
|   |   `-- PIDCheck.py
|   |-- README_Kindle_for_iPad_iPhone_iPodTouch.txt
|   `-- README_MobiUnpack_MobiML2HTML.txt
`-- ReadMe_First.txt
Reply With Quote
  #10  
Old 02-23-2011, 04:00 AM
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: Download DRM Tools Archive


DRM Tools Archive 3.6 (7zip)
Code:
http://depositfiles.com/files/thcwywvy7
http://www.zshare.net/download/869728857aa1ac3b/
http://www.badongo.com/file/25128912
http://rapidshare.com/files/449422584/tools_v3.6.7z
http://www.2shared.com/file/3KEkD4ah/tools_v36.html
http://www.megaupload.com/?d=OHHLD2MJ
Contents of DRM Tools Archive ("tree" output)
Code:
|-- Adobe_ePub_Tools
|   |-- ineptepub_v5.6.pyw
|   |-- ineptkey_v5.4.pyw
|   |-- Original_IHeart_Cabbages_Scripts
|   |   |-- ineptepub_v5.2.pyw
|   |   `-- ineptkey_v5.pyw
|   `-- README_ineptepub.txt
|-- Adobe_PDF_Tools
|   |-- ineptkey_v5.4.pyw
|   |-- ineptpdf_v7.9.pyw
|   `-- README_ineptpdf.txt
|-- Barnes_and_Noble_ePub_Tools
|   |-- ignobleepub_v3.4.pyw
|   |-- ignoblekeygen_v2.3.pyw
|   |-- Original_IHeart_Cabbages_Scripts
|   |   |-- ignobleepub.pyw
|   |   |-- ignoblekeygen.pyw
|   |   `-- ignoblekey.pyw
|   `-- README_ignoble_epub.txt
|-- Calibre_Plugins
|   |-- eReaderPDB2PML_v04_plugin.zip
|   |-- ignobleepub_v01.5_plugin.zip
|   |-- ineptepub_v01.6_plugin.zip
|   |-- ineptpdf_v01.3_plugin.zip
|   |-- K4MobiDeDRM_v02.6_plugin.zip
|   |-- README-eReaderPDB2PML-plugin.txt
|   |-- README-Ignobleepub-plugin.txt
|   |-- README-Ineptepub-plugin.txt
|   |-- README-Ineptpdf-plugin.txt
|   `-- README-K4MobiDeDRM-plugin.txt
|-- DeDRM_for_Mac_and_Win
|   |-- DeDRM_2.4.app.zip
|   |-- DeDRM_WinApp_v1.6.zip
|   `-- ReadMe_DeDRM_WinApp.txt
|-- ePub_Fixer
|   |-- ePub_Fixer.pyw
|   |-- lib
|   |   |-- scrolltextwidget.py
|   |   |-- subasyncio.py
|   |   `-- zipfix.py
|   `-- README_ePub_Fixer.txt
|-- eReader_PDB_Tools
|   |-- eReaderPDB2PML.pyw
|   |-- eReaderPDB2PMLZ.pyw
|   |-- lib
|   |   |-- erdr2pml.py
|   |   |-- eReaderPDB2PML_plugin.py
|   |   |-- openssl_des.py
|   |   |-- pycrypto_des.py
|   |   |-- python_des.py
|   |   |-- scrolltextwidget.py
|   |   |-- subasyncio.py
|   |   `-- xpml2xhtml.py
|   |-- Pml2HTML.pyw
|   `-- README_eReaderPDB.txt
|-- KindleBooks_Tools
|   |-- Kindle_4_Mac_Unswindle
|   |   |-- gdb_kindle_cmds_r1.txt
|   |   |-- gdb_kindle_cmds_r2.txt
|   |   |-- gdb_kindle_cmds_r3.txt
|   |   |-- gdb_kindle_cmds_r4.txt
|   |   |-- K4Munswindle.pyw
|   |   |-- lib
|   |   |   |-- mobidedrm.py
|   |   |   |-- scrolltextwidget.py
|   |   |   `-- subasyncio.py
|   |   `-- README_K4Munswindle.txt
|   |-- Kindle_4_PC_Unswindle
|   |   |-- mobidedrm.py
|   |   |-- README-unswindlev7.txt
|   |   `-- unswindle_v7.pyw
|   `-- KindleBooks
|       |-- KindleBooks.pyw
|       |-- lib
|       |   |-- cmbtc_v2.2.py
|       |   |-- convert2xml.py
|       |   |-- flatxml2html.py
|       |   |-- flatxml2svg.py
|       |   |-- genbook.py
|       |   |-- k4mdumpkinfo.py
|       |   |-- k4mobidedrm.py
|       |   |-- k4mutils.py
|       |   |-- k4pcutils.py
|       |   |-- kgenpids.py
|       |   |-- mobidedrm.py
|       |   |-- scrolltextwidget.py
|       |   |-- stylexml2css.py
|       |   |-- subasyncio.py
|       |   `-- topazextract.py
|       `-- README_KindleBooks.txt
|-- Mobi_Additional_Tools
|   |-- FindTopazEbooks.pyw
|   |-- Kindleizer.pyw
|   |-- KindlePID.pyw
|   |-- lib
|   |   |-- kindlefix.py
|   |   |-- kindlepid.py
|   |   |-- mobidedrm.py
|   |   |-- mobihuff.py
|   |   |-- mobiml2html.py
|   |   |-- mobiunpack.py
|   |   |-- prc.py
|   |   |-- scrolltextwidget.py
|   |   `-- subasyncio.py
|   |-- MobiDeDRM_0.28.py
|   |-- MobiDeDRM.pyw
|   |-- MobiML2HTML.pyw
|   |-- MobiUnpack.pyw
|   |-- older_tools
|   |   `-- PIDCheck.py
|   |-- README_Kindle_for_iPad_iPhone_iPodTouch.txt
|   `-- README_MobiUnpack_MobiML2HTML.txt
`-- ReadMe_First.txt
Reply With Quote
Reply Post New Thread
Tags: , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:19 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons