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/
|
||||
*.bin
|
||||
*.a
|
||||
!dump/exynos-usbdl/
|
||||
|
@ -10,3 +10,5 @@ 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`.
|
@ -14,7 +14,6 @@ author = 'Eljakim, Jonathan'
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = [ 'myst_parser',
|
||||
'sphinx_rtd_theme',
|
||||
'sphinx.ext.todo',
|
||||
'sphinxcontrib.confluencebuilder',
|
||||
"sphinxcontrib.drawio",
|
||||
|
@ -1,3 +1,13 @@
|
||||
sphinx
|
||||
sphinx-autobuild
|
||||
sphinx-rtd-theme
|
||||
sphinxcontrib.confluencebuilder
|
||||
sphinxcontrib.drawio
|
||||
myst_parser
|
||||
libusb1
|
||||
pyusb
|
||||
ghidra_bridge
|
||||
tqdm
|
||||
pyhidra
|
||||
sphinxcontrib.confluencebuilder
|
||||
sphinxcontrib.drawio
|
Loading…
Reference in New Issue
Block a user