An open API service indexing awesome lists of open source software.

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

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