Skip to content

Commit

Permalink
use smeagle-py branch, remove cle
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 31, 2022
1 parent fbbb7fe commit 4285444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
12 changes: 2 additions & 10 deletions actions/install/scripts/install-fedora-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,11 @@ curl -s -L https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cm
sh cmake.sh --prefix=/usr/local --skip-license
rm cmake.sh

git clone https://github.com/vsoch/cle && \
cd cle

# archinfo, pyvex, pyelftools, then cle
# Python dependencies
python -m pip install wheel
python -m pip install git+https://github.com/angr/archinfo
python -m pip install git+https://github.com/angr/pyvex
python -m pip install git+https://github.com/eliben/pyelftools
python -m pip install .
python -m pip install git+https://github.com/vsoch/elfcall@main
python -m pip install git+https://github.com/buildsi/spliced@main
cd ../
rm -rf ./cle
python -m pip install git+https://github.com/buildsi/spliced@use/smeagle-py

# Install abi-laboratory tools
git clone https://github.com/lvc/abi-dumper && \
Expand Down
12 changes: 2 additions & 10 deletions actions/install/scripts/install-ubuntu-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,11 @@ curl -s -L https://github.com/Kitware/CMake/releases/download/v$CMAKE_VERSION/cm
sh cmake.sh --prefix=/usr/local --skip-license
rm cmake.sh

git clone https://github.com/vsoch/cle && \
cd cle

# archinfo, pyvex, pyelftools, then cle
# Python dependencies
python -m pip install wheel
python -m pip install git+https://github.com/angr/archinfo
python -m pip install git+https://github.com/angr/pyvex
python -m pip install git+https://github.com/eliben/pyelftools
python -m pip install .
python -m pip install git+https://github.com/vsoch/elfcall@main
python -m pip install git+https://github.com/buildsi/spliced@main
cd ../
rm -rf ./cle
python -m pip install git+https://github.com/buildsi/spliced@use/smeagle-py

# Install abi-laboratory tools
git clone https://github.com/lvc/abi-dumper && \
Expand Down

0 comments on commit 4285444

Please sign in to comment.