add incomplete readme and requirements.txt
This commit is contained in:
parent
913145a630
commit
33d3d38d5c
11
README.md
11
README.md
@ -1,3 +1,12 @@
|
||||
# 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
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib.confluencebuilder
|
||||
sphinxcontrib.drawio
|
Loading…
Reference in New Issue
Block a user