Update README.md

This commit is contained in:
tmpz23 2022-02-28 08:38:23 +01:00 committed by GitHub
parent fecaadd6e8
commit 14a598df99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,10 @@ Pack folder in GCM/iso:
``` ```
gcmtool.py --pack unpack_iso game.iso gcmtool.py --pack unpack_iso game.iso
``` ```
Get full memory mapping, sys and empty spaces informations: (path can be an GCM unpacked folder or a GCM/iso file)
```
gcmtool.py --stats path
```
Rebuild FST and patch boot.bin for a new apploader, dol, and add/remove/edit of folders and files: Rebuild FST and patch boot.bin for a new apploader, dol, and add/remove/edit of folders and files:
``` ```
gcmtool.py --rebuild-fst unpack_iso gcmtool.py --rebuild-fst unpack_iso