Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ sudo apt-get install clang-10 gcc-avr binutils-avr avr-libc # (optional) for AVR

# mkvirtualenv cgc # create and activate a proper virtual env in which other CRS components have been installed (see setup.py)

# will need to install these manually (pip install -e .) (https://github.com/angr/patcherex/issues/4):
# https://github.com/mechaphish/povsim
# https://github.com/angr/tracer
# https://github.com/mechaphish/compilerex
# or remove povsim from setup.py (https://github.com/angr/patcherex/issues/10)

git clone https://github.com/angr/patcherex.git
cd patcherex
pip install -e .
Expand Down