b1ack0wl

Results 7 comments of b1ack0wl

You need to install the dependencies for `binwalk`. You can utilize their included script `deps.sh` (https://github.com/ReFirmLabs/binwalk/blob/master/deps.sh)

I'm investigating but I need to know which Linux OS you are building this on. Thanks!

I've updated the forked repro. Please follow the instructions on the front page. https://github.com/b1ack0wl/DVRF

The header check within the `unlink` macro was accidentally included. a PR has been submitted which removes this check.

I've recently come across this issue and narrowed it down to a hard-coded timeout value in `protocols/gdb.py`. When connecting to a gdbserver instance the client downloads the running binaries from...

Cross posting just in case this helps out OP: https://github.com/avatartwo/avatar2/issues/105#issuecomment-1639119902

I've come across this issue as well and the root cause for me was the location of `easy_install.py` being within the `python3` folder and not the `python3.x` folder. So, I...