Update repository readme, requirements and add more flexible gitignore for frederics exynos-usbdl
This commit is contained in:
parent
0176439498
commit
f51b8949de
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
dump/
|
dump/
|
||||||
*.bin
|
*.bin
|
||||||
*.a
|
*.a
|
||||||
|
!dump/exynos-usbdl/
|
||||||
|
@ -9,4 +9,6 @@ python3 -m venv venv
|
|||||||
pip install -r requirements.txts
|
pip install -r requirements.txts
|
||||||
```
|
```
|
||||||
|
|
||||||
To get to work, run `source/exploit/exploit.py`
|
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`.
|
@ -14,7 +14,6 @@ author = 'Eljakim, Jonathan'
|
|||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = [ 'myst_parser',
|
extensions = [ 'myst_parser',
|
||||||
'sphinx_rtd_theme',
|
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinxcontrib.confluencebuilder',
|
'sphinxcontrib.confluencebuilder',
|
||||||
"sphinxcontrib.drawio",
|
"sphinxcontrib.drawio",
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
sphinx
|
||||||
|
sphinx-autobuild
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
sphinxcontrib.confluencebuilder
|
sphinxcontrib.confluencebuilder
|
||||||
sphinxcontrib.drawio
|
sphinxcontrib.drawio
|
||||||
|
myst_parser
|
||||||
|
libusb1
|
||||||
|
pyusb
|
||||||
|
ghidra_bridge
|
||||||
|
tqdm
|
||||||
|
pyhidra
|
||||||
|
sphinxcontrib.confluencebuilder
|
||||||
|
sphinxcontrib.drawio
|
Loading…
Reference in New Issue
Block a user