Max Eisele
Max Eisele
Hey, I am trying to run a local experiment behind a proxy. Docker is configured and works with the proxy. All `make build-*` and `make run-*` commands are working fine....
I have observed, that the socket to ghidra is not closed, when the GhidraBridge Object gets out of scope. It gets closed, when the whole python process terminates. We have...
In function `SCSI_ReadCapacity16` the variable `idx` is of type int8_t. It gets compared against the 32-Bit variable `hmsc->bot_data_length` that is controllable via the USB Request from outside. If the value...