Samsung_S7/README.md

14 lines
428 B
Markdown
Raw Normal View History

2023-06-05 16:10:04 +00:00
# Samsung_S7
Code to exploit and research the Exynos Bootrom.
2023-06-05 16:10:04 +00:00
## Setting up
Create a venv, and intall ghidra_assistant.
```bash
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txts
```
To get to work, run `source/exploit/exploit.py`
To view documentation, ensure you have sphinx installed. If not, run `sudo apt install python3-sphinx`. Then proceed to build the documentation by running `make livehtml`.