Skip to content

MewX/contendo-viewer-decryptor

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
com
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This repo is used to support analysing the worst platform I've ever used - Contendo.

To update file list:

$ find -name "*.java" > sources.txt

To compile everything:

$ javac @sources.txt

To run the Main class:

$ java Main

To decrypt a directory (unpacked epub) or single file:

  1. you would need to find the decryption key from info file using Main class.

  2. update the Decrypt key in Decrypt.java and run:

    $ java Decrypt <source_dir> <destionation_dir>