https://github.com/darkenergyprocessor/honokamiku
Universal LL!SIF Decrypter
https://github.com/darkenergyprocessor/honokamiku
Last synced: 4 months ago
JSON representation
Universal LL!SIF Decrypter
- Host: GitHub
- URL: https://github.com/darkenergyprocessor/honokamiku
- Owner: DarkEnergyProcessor
- License: other
- Created: 2015-10-21T10:42:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T15:15:52.000Z (over 3 years ago)
- Last Synced: 2025-07-12T17:43:21.154Z (12 months ago)
- Language: C++
- Homepage:
- Size: 334 KB
- Stars: 104
- Watchers: 20
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
HonokaMiku
==========
Universal Love Live! School Idol Festival game files decrypter.
[](https://github.com/DarkEnergyProcessor/HonokaMiku/actions/workflows/main.yml)
This is original implementation of HonokaMiku following C++03 standard. The source code is located in `src` folder.
The code is designed to be cross-platform as possible, so it should compile under Windows, Linux (incl. Android), Mac OS X, and other platforms.
Basically it allows decryption of LL!SIF game files so that it can be opened without using LL!SIF.
**Due to an incident that breaks LL!SIF, this decrypter is no longer updated!**
How to compile
==============
As of 22nd October 2018, [CMake](https://cmake.org/) is now used to build the project.
File decryption support
=======================
HonokaMiku supports decryption of SIF EN/WW, JP, TW, and CN game files, from version 1 encryption format to version 4 encryption format.
It is also possible to decrypt Playground game files not from LL!SIF if you have the MD5 prefix key by using the API.
Documentation
=============
Documentation? `doxygen`
Embedding in Application
========================
HonokaMiku is designed as an API at first, so embedding should be easy and straightforward.
Just add `DecrypterContext.h`, `md5.h`, `VersionInfo.rc.in`, and all `*.cc` (except `HonokaMiku.cc`) files in `src` folder to your project and you're done.
If you want to build the executable instead, using [CMake](https://cmake.org/) is strongly recommended.
Implementation In Other Languages
=================================
Did you rewrite HonokaMiku to other languages? Send me your work and I'll add it in here.