add incomplete readme and requirements.txt

This commit is contained in:
Jonathan Herrewijnen 2024-08-03 15:37:57 +02:00
parent 913145a630
commit 33d3d38d5c
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# Samsung_S7 # Samsung_S7
Code to exploit and research the Exynos Bootrom.
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`

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
sphinx-rtd-theme
sphinxcontrib.confluencebuilder
sphinxcontrib.drawio