Merge pull request #7 from ceckoslab/master

Update README.md
This commit is contained in:
Bjoern Kerler 2023-06-11 16:56:21 +02:00 committed by GitHub
commit 3abc2cfd4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,31 +19,31 @@ pip install pyusb pyserial
### Show partition table on the device ### Show partition table on the device
`` ``
python3 scripts/samsungupload.py python3 samupload.py
`` ``
#### For dumping all memory areas: #### For dumping all memory areas:
`` ``
python3 scripts/samsungupload.py all python3 samupload.py all
`` ``
#### For dumping a specfic memory range: #### For dumping a specfic memory range:
`` ``
python3 scripts/samsungupload.py range 0x0 0xffffffff python3 samupload.py range 0x0 0xffffffff
`` ``
#### For dumping a full memory range: #### For dumping a full memory range:
`` ``
python3 scripts/samsungupload.py full python3 samupload.py full
`` ``
#### For dumping individual areas (Index 0): #### For dumping individual areas (Index 0):
`` ``
python3 scripts/samsungupload.py partition 0 python3 samupload.py partition 0
`` ``
### Windows install ### Windows install
@ -64,7 +64,7 @@ sudo udevadm control -R
- Log in and out user - Log in and out user
```bash ```bash
sudo pip3 install -r requirements sudo pip3 install -r requirements.txt
``` ```
Enjoy ! Enjoy !