Skip to content

Commit 4a6951f

Browse files
committed
refactor: remove evm extra
1 parent cf16320 commit 4a6951f

File tree

169 files changed

+24
-15164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+24
-15164
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
cd ../qiling
7878
cd ../examples/rootfs/x86_linux/kernel && unzip -P infected m0hamed_rootkit.ko.zip
7979
cd ../../../../
80-
pip3 install -e .[evm,RE]
80+
pip3 install -e .[RE]
8181
8282
if [ ${{ matrix.os }} == 'ubuntu-18.04' ] and [ ${{ matrix.python-version }} == '3.9' ]; then
8383
docker run -it --rm -v ${GITHUB_WORKSPACE}:/qiling qilingframework/qiling:dev bash -c "cd tests && ./test_onlinux.sh"

examples/evm/evm_Hexagon_overflow.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

examples/evm/evm_debugger.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

examples/evm/evm_reentrancy.py

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)