This program is designed to decrypt .dlst
files and convert them into regular files. It is based on the llc1123/dlsite-key-dumper, but the original repository is no longer maintained. The program works by dumping the decryption key from the process memory and using it to decrypt .dlst
files.
- Run the script with the following command:
dlsitedecrypt <dlst_file_path> <dlsite_viewer_path>
- Open the .dlst file you want to decrypt within the launched program.
- Wait for the decryption and export process to complete.
To run the project, you'll need to install the following dependencies:
pycryptodome
- A library for cryptographic operations.psutil
- A library for retrieving information on running processes and system utilization.kaitaistruct
- A library for working with Kaitai Struct files.
- Adapt to support DLsite Viewer v1.1.9.0
- llc1123/dlsite-key-dumper for the original implementation
Project | Comment |
---|---|
DLsite-Play-Downloader | Downloads images from the DLsite player and decrypts them, involves image processing. |
DLSiteDumper | Dumps images by hooking certain functions. |