mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2025-03-24 03:39:40 -04:00
Move extract-partitions.py, add to README
Allows you to use it without having to set `PYTHONPATH=.` first.
This commit is contained in:
parent
5e65f24aea
commit
70ea7bf69b
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ Contents of this repository:
|
|||
|
||||
- [lglaf.py](lglaf.py) - main script for communication (see below).
|
||||
- [partitions.py](partitions.py) - manage (list / read / write) partitions.
|
||||
- [extract-partitions.py](extract-partitions.py) - Dump all partitions
|
||||
(convenience script that uses partitions.py under the hood). By default the
|
||||
largest partitions (system, cache, cust, userdata) are not dumped though.
|
||||
This can be changed with the `--max-size` option.
|
||||
- [protocol.md](protocol.md) - Protocol documentation.
|
||||
- [lglaf.lua](lglaf.lua) - Wireshark dissector for LG LAF protocol.
|
||||
- [scripts/](scripts/) - Miscellaneous scripts.
|
||||
|
|
Loading…
Add table
Reference in a new issue