bytebutcher/decoder-plus-plus

error in kali linux

Closed this issue · 2 comments

Screen Shot 2020-11-04 at 7 46 32 AM

I added path export PATH=$PATH/home/kali/.local/bin/ didnt work.

I am runnig tha latest version of kali
I have zsh installed

Hey there!
have you installed Decoder++ using pip3?

pip3 install decoder-plus-plus

If you haven't and you want to run from source you might try the following.

Instead of runnig dpp directly use the runner:

ln -s /path/to/dpp/runner.py /home/kali/.local/bin/dpp

or

python3 /path/to/dpp/runner.py

Hope this helps!

Please feel free to reopen this ticket if the issue persists!