Closed ClaudioWayne closed 3 years ago
ah good catch, my bad c&p as always ahahah, thank you
fixed second part with this
# pip3 install flare-capa fails for me
cd /tmp || return
if [ ! -d /tmp/capa ]; then
git clone --recurse-submodules https://github.com/fireeye/capa.git
fi
cd capa || return
git pull
git submodule update --init rules
python3 setup.py install
FYI python3 setup.py install
i don't suggest you yo use that, as it will end in cleanup problem later on updates, use pip3 install .
that will be managed by pip just fine, i just spot that i have to fix my code now lol
thx for info
always welcome, thanks for fix
Hallo Sir, Flare-Capa install did not work for me.
Error 1:
What worked for me: -> python3 setup.py install
Error 2
What worked for me: I guess just duplicated code -> delete