forked from danfe/nwreckdum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (22 loc) · 883 Bytes
/
README
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
# about
---
nwreckdum -- PACK file manipulator for the Android terminal
by Daniel Reed <[email protected]>
# Installation
Just drop `nwreckdum` in `/system/bin/`
# Usage
`nwreckdum [argument ...]`
# Arguments
-c, --create create PACK instead of extracting
-d, --dir=DIR use DIR as the input/output directory
-h, --help display this help
-p, --pak=FILE read FILE for PACK information
# Additional info
Just running nwreckdum with no arguments will cause it to use "pak0.pak"
for the PACK file and "pak0/" for the PACK directory. The default
operation is to extract the PACK file into the PACK directory.
# License
This program and all related articles are distributed under the GNU GPL.
You are free to distribute this program in any form granted that no charge
is made for the distribution of this program, its source code, or any
portions of either.