From 87e20a09ef37cbca2343bf6e0105361eb2eb73e0 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Wed, 10 Jan 2024 14:06:09 -0700 Subject: [PATCH] Use new pysoot version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 986dc35d..1f9af615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,8 +105,8 @@ jobs: - run: git clone https://github.com/angr/angr-platforms.git - run: pip install ./angr-platforms # pysoot - - run: git clone https://github.com/angr/pysoot.git -b set-heap-from-env - - run: pip install -e ./pysoot # Regular install doesn't work... see angr/pysoot#12 + - run: git clone https://github.com/angr/pysoot.git -b refactor/jpype + - run: pip install ./pysoot # archr, dep of rex - run: git clone https://github.com/angr/archr.git - run: pip install ./archr