Skip to content

HNIdesu/DlsiteDecrypt

 
 

Repository files navigation

DlsiteDecrypt

Introduction

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.

Usage

  1. Run the script with the following command:
dlsitedecrypt <dlst_file_path> <dlsite_viewer_path>
  1. Open the .dlst file you want to decrypt within the launched program.
  2. Wait for the decryption and export process to complete.

Dependencies

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.

TODO

Credits

Related Projects

Project Comment
DLsite-Play-Downloader Downloads images from the DLsite player and decrypts them, involves image processing.
DLSiteDumper Dumps images by hooking certain functions.

About

A program to decrypt .dlst files.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Python 54.3%
  • C++ 25.5%
  • C 19.0%
  • Other 1.2%