https://github.com/rozenmad/saols-apk
Tool for unpack/repack APK files from SAO Lost Song
https://github.com/rozenmad/saols-apk
game-modding game-tool
Last synced: about 1 year ago
JSON representation
Tool for unpack/repack APK files from SAO Lost Song
- Host: GitHub
- URL: https://github.com/rozenmad/saols-apk
- Owner: rozenmad
- Created: 2021-12-14T08:00:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T22:32:36.000Z (over 4 years ago)
- Last Synced: 2025-01-27T12:48:29.926Z (over 1 year ago)
- Topics: game-modding, game-tool
- Language: Lua
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lua-apk
Tool for unpack/repack APK files from SAO Lost Song
Running on luajit 2.1.0
To unpack, you need to create 'data' directory and add the files to be unpacked there.
To repack files, you need to create 'repack' directory and add the files there that need to be replaced in the original APK.
The path to the file must match exactly how it was unpacked.
## Usage
```
luajit main.lua repack
luajit main.lua unpack
```
## Dependencies:
- luafilesystem
- zlib