Damien Cauquil
Damien Cauquil
RiverloopSec merged my branch and have improved Python3 code since then, I guess it may worth it to give their main branch a try as killerbee is now using Python...
The Hackwatch firmware has only been tested on Twatch 2020 v1 and v3, which are not based on an esp32-s3 as far as I know. But I'm pretty sure it...
Well, the `-v` option was introduced to provide a more verbose output including some debug messages coming from the firmware that runs on the Micro:bit... And yes, it messes up...
Hop increment recovery can be impacted by regular channel map updates, and this is more and more common on recent BLE chips. Your device may also use BLE version 5...
Unfortunately, this is a known bug of this firmware, sometimes it triggers this kind of error on libusb because I think I'm doing it wrong at some point in the...
The target code under `target/rh850` is based on the partial implementation of Marko Klocic's forked qemu repo (https://github.com/markok314/qemu) which had some bugs and missing instructions. We fixed most of the...
Yes I saw all that failed jobs, I thought it failed on my forked repo because of a badly configured CI but it seems I was wrong. I will work...
It looks like I'm spamming the CI with my modifications :( ... Solved one issue (missing `target-config.h` file), but there is still some errors with MSVC. I should have created...
Okay, I managed to fix all the remaining issues and it builds nicely in my forked repository (all checks passed). I've updated this PR to reflect these changes, but still...
To be honest, I'm not a git guru and having our forked unicorn repo based on unicorn's master branch rather than dev is a bit puzzling especially to push new...