Samsung_S7/README.md
2024-08-03 15:37:57 +02:00

12 lines
255 B
Markdown

# Samsung_S7
Code to exploit and research the Exynos Bootrom.
## 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`