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

Update README.md

parent 7a58400f
Loading
Loading
Loading
Loading
+16 −5
Original line number Diff line number Diff line
# XRF
XRF is a small utility written for the Xbox One System OS.
XRF is a small utility written for the Xbox One System OS. It's written to allow the retrieval of console information, experimentation and to take advantage of Win32 functionality.

Currently a mess and many things will not fully function. Only intended for SRA at the present moment.
### Prerequisites
- Visual Studio 2015/2017
- Windows 10 SDK (Preferably latest)
- Xbox One Devkit

#Thanks to:
### Deployment
After compiling, you can utilize a post-build event to transfer the executable via Network Share. Executable is required to be on the console before execution, obviously.

### Usage
Printing basic console information
```
XRF cinfo
```


### Credit:
- emoose
- tuxuser
- gligli

Anyone else who helped at some stage. Thank you.