Max Eisele

Results 7 comments of Max Eisele
trafficstars

First, thanks for your fast reply > I'm assuming that decode error is from the same code as the user who opened justfoxing/jfx_bridge#17 , yeah? If not, would love to...

Regarding, the opened sockets. If you execute this code multiple times in a jupyter notebook, the sockets are note closed, and a new one is opened on each execution. ```...

> Hi guys, > > Nice work, one quick question, I noticed that in the source code, you used libFuzz as the input generation, can we switch to other fuzzers...

> Hello dear author, I encountered the following error while following the instructions. What should I do to resolve it? > > 2023-10-24 00:08:25,578 [INFO Ghidra.py:183 start_ghidra_instance()] Ghidra process output:b'ERROR...

Hi, we had GDBFuzz successfully running on a Cypress development board using PyOCD and on the ESP32 using a Segger J-Link with OpenOCD. Have you tried setting the log level...

Hi, thanks for bumping the version of Ghidra. Unfortunately I am having issues using the ghidra_bridge in GUI mode. The log says WARNING:jfx_bridge.bridge:Got java.lang.Throwable: ghidra.util.exception.CancelledException: Operation cancelled Is it running...

You can use Ghidra in GUI mode by setting `start_ghidra = False` in the config file and starting the ghidra bridge plugin manually. This way you can even see reached...