Unverified Commit fff5d996 authored by Billy Hulbert's avatar Billy Hulbert Committed by GitHub
Browse files

Update README.md

parent 28c5bad9
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -14,7 +14,22 @@ Printing basic console information
```
XRF cinfo
```

Printing current user of process
```
XRF whoami
```
Display contents of flash
```
XRF dispflash
```
Reading a specified filename from flash (Requires Administrator)
```
XRF readflash [filename] [destination]
```
Dumping flash raw (Requires Administrator)
```
XRF dumpflash [dumpname]
```

### Credit:
- emoose