Skip to content

Commit 939464c

Browse files
authored
Create README.md
1 parent 02200ff commit 939464c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# payload repack tool
2+
3+
Using delta_generator to repack `payload.bin`.
4+
5+
## Installation
6+
7+
### Requirements
8+
9+
- openssl
10+
- openssl-tool
11+
12+
```bash
13+
pkg install openssl-tool
14+
```
15+
16+
## Usage
17+
18+
### repack `payload.bin`
19+
20+
```bash
21+
git clone https://github.com/snowwolf725/Payload_Repack_Tool.git
22+
cd Payload_Repack_Tool
23+
#copy *.img into images folder
24+
#cp -a *.img images
25+
./repack.sh
26+
```

0 commit comments

Comments
 (0)