README: Unicorn was missing from the list of dependencies

This commit is contained in:
Oleksii Oleksenko 2021-02-19 18:36:05 +01:00
Родитель 2a25a135f3
Коммит 7fe9ad5163
2 изменённых файлов: 4 добавлений и 3 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -4,4 +4,5 @@ cmake-build-*/
venv/
**/__pycache__/
CMakeLists.txt
src/instruction_sets/x86/base.xml
src/instruction_sets/x86/base.xml
tmp.pdf

Просмотреть файл

@ -11,7 +11,7 @@ It could also be a microarchitectural backdoor or an unknown optimization, altho
See our ~~[Technical Report]~~ (under construction) for details.
**Origin**: This is an independently developed and much improved fork of [SCA-Fuzzer from Microsoft](https://github.com/microsoft/sca-fuzzer).
**Origin**: This is an independently developed and improved fork of [SCA-Fuzzer from Microsoft](https://github.com/microsoft/sca-fuzzer).
# Getting Started
@ -24,7 +24,7 @@ Usually they don't, but sometimes they do.
So, make sure you're not running these experiments on an important machine.
0. Requirements:
Python 3.7+ and Linux v5.6+.
Linux v5.6+, Python 3.7+, and [Unicorn 1.0.2+](https://www.unicorn-engine.org/docs/).
Tested on Linux v5.6.6-300 and v5.6.13-100; there is a good chance it will work on other versions as well, but it's not guaranteed.
1. Get dependencies: