Skip to content

Instantly share code, notes, and snippets.

@msymt
Last active August 27, 2021 03:35
Show Gist options
  • Save msymt/f74311645cc0c6f63f3f3c1a6ba09d5a to your computer and use it in GitHub Desktop.
Save msymt/f74311645cc0c6f63f3f3c1a6ba09d5a to your computer and use it in GitHub Desktop.
angrのセットアップ

env

  • macOS Big Sur v11.4
  • Python 3.8.2
  • Poetry 1.1.7

setup

brew install poetry       # 他のOS:パッケージマネージャは適宜変更
poetry init               # 名前とか色々入力,基本エンター
poetry add angr monkeyhex # 使いたいパッケージ
poetry install

usage

poetry run python /path/to/solver.py

ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment