Skip to content
forked from angr/angr-dev

Some helper scripts to set up an environment for angr development.

License

Notifications You must be signed in to change notification settings

zardus/angr-dev

 
 

Repository files navigation

angr-dev

This is a repository to make installing a development version of angr easier.

Install

To set up angr for development, automatically install dependencies, and automatically create a python virtualenv, do:

./setup.sh -i -e angr

This will grab and install angr. You can launch it with:

$ workon angr
(angr) $ ipython
[1] import angr

Install (docker)

Alternatively, you can use the dockerfile:

$ docker build -t angr - < angr-dev/Dockerfile
$ docker run -it angr

Updating

To update angr, simply pull all the git repositories.

./git_all.sh pull

For repositories that have C components (pyvex), you might have to rebuild.

pip install -I -e pyvex

About

Some helper scripts to set up an environment for angr development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.0%
  • Python 7.0%