Skip to content

Commit

Permalink
refactor: remove evm extra
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jan 8, 2024
1 parent cf16320 commit a1ced6d
Show file tree
Hide file tree
Showing 168 changed files with 9 additions and 15,146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cd ../qiling
cd ../examples/rootfs/x86_linux/kernel && unzip -P infected m0hamed_rootkit.ko.zip
cd ../../../../
pip3 install -e .[evm,RE]
pip3 install -e .[RE]
if [ ${{ matrix.os }} == 'ubuntu-18.04' ] and [ ${{ matrix.python-version }} == '3.9' ]; then
docker run -it --rm -v ${GITHUB_WORKSPACE}:/qiling qilingframework/qiling:dev bash -c "cd tests && ./test_onlinux.sh"
Expand Down
55 changes: 0 additions & 55 deletions examples/evm/evm_Hexagon_overflow.py

This file was deleted.

27 changes: 0 additions & 27 deletions examples/evm/evm_debugger.py

This file was deleted.

85 changes: 0 additions & 85 deletions examples/evm/evm_reentrancy.py

This file was deleted.

Loading

0 comments on commit a1ced6d

Please sign in to comment.