Commit Graph

386 Commits (Python2)
 

Author SHA1 Message Date
Zhuoyun Wei 5c4eed8f1b
Generate only one zip file, making the behaviours consistent 6 years ago
Zhuoyun Wei e665c47075
A wrapper script to make releases 6 years ago
Zhuoyun Wei d6374f7eab
Adjust macOS app directory structure 6 years ago
Zhuoyun Wei 0055386f7b
Remove redundant source files in macOS app 6 years ago
Zhuoyun Wei 30eeeea618
Move macOS app resources into contrib/macos/res/ 6 years ago
Zhuoyun Wei 749731fdd4
Move Windows-related stuff into contrib/windows/ 6 years ago
Zhuoyun Wei 95247503f0
Remove redundant files in Windows app 6 years ago
Zhuoyun Wei 79b10f3dfb
Move calibre-related into contrib/calibre/ 6 years ago
Zhuoyun Wei d617822610
Move core source files into src/ 6 years ago
Apprentice Harper 421877574f
Merge pull request #332 from wxl/patch-1
removed Requiem website
6 years ago
Apprentice Harper 6956117e28
Merge pull request #490 from wzyboy/backports/infer-filename
Infer filenames consistently
6 years ago
Apprentice Harper dd09da7dd9
Merge pull request #489 from wzyboy/backports/pylzma
Support pylzma as a fallback
6 years ago
Apprentice Harper 75acbe5536
Merge pull request #473 from cemeyer/kfxzip_efficiency
kfxdrm: Traipse through the kfx-zip more efficiently
6 years ago
Walter Lapchynski 6ee560e425
fixed spelling mistake 6 years ago
Zhuoyun Wei f54b0aef5c
Propagate changes 6 years ago
Zhuoyun Wei a6ceea1ed9
Infer filenames consistently 6 years ago
Zhuoyun Wei 599f33171f
Document LZMA support on Windows 6 years ago
Zhuoyun Wei 12ce977d79
Propagate changes 6 years ago
Zhuoyun Wei 4f1e9fcf43
Use pylzma as a fallback 6 years ago
Zhuoyun Wei 7b45d2128c
Don't mask ImportError if dependencies are not met 6 years ago
Conrad Meyer 4400d8d1d4 kfxdrm: Traipse through the kfx-zip more efficiently
We only need to read the magic bytes headers to identify files of the
correct type.  Avoid slurping the entire contents out of the zip if it's
the wrong file.
6 years ago
Apprentice Harper 85e3db8f7c Minor tweaks for first attempt at KFX support - version numbers to 6.6.0, readmes, etc. Removed KFX archive. 6 years ago
Apprentice Harper 29338db228
Merge pull request #458 from tomthumb1997/KFX
Initial KFX support from tomthumb1997
6 years ago
tomthumb1997 608159d71b
Create kfxdedrm.py 6 years ago
tomthumb1997 20e0850001
Create ion.py 6 years ago
tomthumb1997 ffd7d41bcd
Update kgenpids.py 6 years ago
tomthumb1997 75cad40804
Update k4mobidedrm.py 6 years ago
tomthumb1997 18d6413467
Update __init__.py 6 years ago
Apprentice Harper 7619ee4e0f
updated KFX instructions. 6 years ago
Raphaël Droz 20d445acb7
support fetching mac address on linux
support fetching mac address on linux
6 years ago
Apprentice Harper a390d7a207 Merge branch 'master' of https://github.com/apprenticeharper/DeDRM_tools 7 years ago
Apprentice Harper f04f9eca04 Updated version number, copied fix to all tools, updated READMEs and FAQs 7 years ago
Walter Lapchynski fe3b2873de removed Requiem website
The hidden service serving the Requiem website is down and has probably [been down][1] for quite a while. 

[1]: http://forums.peerblock.com/read.php?13,13983,13983
7 years ago
Apprentice Harper 1ece09023c Added note about Mac application and error 111 7 years ago
Apprentice Harper 8d9f384492 Merge branch 'master' of https://github.com/apprenticeharper/DeDRM_tools 7 years ago
Apprentice Harper c3fbb83dbc Finally, a proper fix for the accented user name problem 7 years ago
Apprentice Harper 0f23eac3b8 Merge pull request #306 from concavegit/master
forgot backslash in kindle key instructions
7 years ago
Kawin Nikomborirak bcdcb23d0d forgot backslash in kindle key instructions 7 years ago
Apprentice Harper a252dd0da6 Kindlekey fix for complex mac disk setups. 7 years ago
Apprentice Harper 2042354788 Update PDF to use Decimal instead of float to handle very precise numbers. Update for changes to ActiveState Python. Fix a few copyright dates. Update version to 6.5.4. Minor changes to obok script for stand-alone use. 7 years ago
Apprentice Harper 9bea20c7ab fix formatting 7 years ago
Apprentice Harper 415df655a1 Add disabling workaround to KFX section. 7 years ago
Apprentice Harper 346b3e312c KFX Decrypter archive in Pascal! 7 years ago
Apprentice Harper f981a548a3 Merge pull request #300 from concavegit/master
Linux documentation update from concavegit
7 years ago
concavegit 4084a49872 fix step numbers 7 years ago
concavegit 347ad3cc05 Update kindle on linux documentation
- ActivePython for x86 is gone, but using regular python, at least for the kindle decryption, works.
- The new kindle for pc hangs during wine installation, but the one presented by `winetricks kindle` works.
- The decryption keys must be manually obtained.
- vcrun2008 stops any available version of Kindle from being able to install.

I have only tested these steps for kindle for PC on linux, so these changes may step on some toes. However, it does seem the linux documentation needs updating nonetheless.
7 years ago
Apprentice Harper e4b702e241 Merge pull request #257 from agronauts/multi_decrypt
Add support to command line tool to decrypt all kobo books instead of having to choose books one by one.
7 years ago
Patrick Nicholls 691a3d6955 Added --all flag to sys.args 7 years ago
Apprentice Harper fa317dc1cf KFX and other updates to the readmes 7 years ago
Patrick Nicholls 6f0c36b67a Implement decrypting of all books 7 years ago