Samsung_S7/source/dwc3_test/Readme.md

15 lines
486 B
Markdown
Raw Permalink Normal View History

2024-08-04 09:48:31 +00:00
# Test DWC3
Code used to interact with the DWC3 implemenatation in the Exynos 8890 bootrom. Left here as reference.
## Size limitations
This code can be compiled and pushed as first stage after running the exploit, but due to size limitations it is probably better to create a dedicated stage1 and do full send/recv in a second stage.
## Building
```bash
export ANDROID_NDK_ROOT=$TOOLCHAINENV/android-ndk-r21_Linux
make
```
This will result in a dwc3.bin file which can be pushed.