-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
27 lines (23 loc) · 3.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
usage: sssekai [-h] {apidecrypt,abdecrypt,usmdemux,abcache,mitm} ...
SSSekai Proejct SEKAI feat. Hatsune Miku (TW Android) Modding Tools
Installation:
pip install git+https://github.com/mos9527/sssekai
options:
-h, --help show this help message and exit
subcommands:
valid subcommands
{apidecrypt,abdecrypt,usmdemux,abcache,mitm}
additional help
apidecrypt API crypto dumper
This crypto applies to:
- API request/response body dumped by packet sniffer (mitmproxy, wireshark, etc.)
- AssetBundleInfo (can be found at /sdcard/Android/data/com.hermes.mk.asia/files/data/AssetBundleInfo,or see sssekai.abcache)
abdecrypt Decrypt Sekai AssetBundle
These can be found at /sdcard/Android/data/com.hermes.mk.asia/files/data/
usmdemux Demux Sekai USM Video in a AssetBundle
NOTE: The AssetBundle MUST NOT BE OBFUSCATED. If so, debofuscate it with [abdecrypt] first
abcache Sekai AssetBundle local cache
Downloads/Updates *ALL* PJSK TW assets to local devices.
NOTE: The assets can take quite a lot of space (est. 27GB) so be prepared
NOTE: The AssetBundles cached are NOT OBFUSCATED. They can be used as is by various Unity ripping tools (and sssekai by extension).
mitm Run Sekai API MITM proxy (WIP)