We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30edc0e commit 16b12e7Copy full SHA for 16b12e7
README.md
@@ -51,6 +51,10 @@ Written by Itai Liba ([@liba2k](https://twitter.com/liba2k)) and Assaf Carlsbad
51
`git clone https://github.com/Sentinel-One/efi_fuzz` \
52
`pip install -r efi_fuzz/requirements.txt`
53
54
+Triton is required for taint propagation. \
55
+Instructions for installing Triton can be found here: \
56
+[https://triton.quarkslab.com/documentation/doxygen/#install_sec](https://triton.quarkslab.com/documentation/doxygen/#install_sec)
57
+
58
6. Prepare the emulated NVRAM environment: \
59
`python scripts/prepare_nvram.py rom.bin nvram.pickle`
60
0 commit comments