mirror of https://github.com/CIRCL/PyCIRCLean
fix python call
parent
2d6b5303cb
commit
2cc85e5eac
|
@ -44,7 +44,7 @@ jobs:
|
||||||
# Malware from theZoo
|
# Malware from theZoo
|
||||||
- git clone https://github.com/Rafiot/theZoo.git
|
- git clone https://github.com/Rafiot/theZoo.git
|
||||||
- pushd theZoo/malwares/Binaries
|
- pushd theZoo/malwares/Binaries
|
||||||
- python unpackall.py
|
- python3 unpackall.py
|
||||||
- popd
|
- popd
|
||||||
- mkdir tests/uncategorized/the_zoo/
|
- mkdir tests/uncategorized/the_zoo/
|
||||||
- mv theZoo/malwares/Binaries/out tests/uncategorized/the_zoo/
|
- mv theZoo/malwares/Binaries/out tests/uncategorized/the_zoo/
|
||||||
|
|
Loading…
Reference in New Issue