We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccc575 commit f6ba871Copy full SHA for f6ba871
.github/workflows/build-ci.yml
@@ -78,9 +78,6 @@ jobs:
78
wget https://github.com/qilingframework/rootfs/archive/refs/heads/master.zip
79
unzip master.zip && mv rootfs-master rootfs
80
cd ../qiling
81
- rm -rf engine
82
- wget https://github.com/qilingframework/engine/archive/refs/heads/main.zip
83
- unzip main.zip && mv engine-main engine
84
cd ../examples/rootfs/x86_linux/kernel && unzip -P infected m0hamed_rootkit.ko.zip
85
cd ../../../../
86
pip3 install -e .[evm]
0 commit comments