Marius Muench
Marius Muench
I encountered the very same issue, for another example. I looked into the issue, and my suspicion that this check is inverted: ```python if timer_cb_wrapper is not None or timer_cb_user_data...
Heya, Thanks for your interest in the avatar2 framework. The way avatar2's GDBTarget works is that it spawns a local GDB instance on the analysis host and communicates with it...
Hi! The avatar-changes related to qemu are *mostly* self-contained. Most of them are in the [hw/avatar subdirectory](https://github.com/avatartwo/avatar-qemu/tree/dev/qemu-6.2/hw/avatar), where the important bit is the configurable machine. Besides this, you'll need to...
Hi, It's likely that your modem is not fully supported and hangs somewhere during bootup/initial emulation. To debug this issue, I would recommend to enable debug output by modifying the...
Thanks for looking into it more! Please see my comment in #28 for further discussion
The workaround here is to create a snapshot as fuzzing base, after initialization. The reason is that in fuzzing (non-triage) mode, firmwire can not deal with breakpoints, but these are...
it's a tuple of `snapshot_addr, snapshot_name` - should be part of the CLI documentation. As address, you want to use one after the initialization. More about snapshots here: https://firmwire.github.io/docs/workspaces.html
Hi there! That is great, is there anything we can do from our side to assist you/do you want us to review the according chapter? (To be frank, I'm also...
Hi, The ring size is SoC specific; I'm not sure if the SoC you are using has been tested by us. Either way, for adjusting, I would suggest to change...
Hi. I assume this is an exynos/shannon based image, as you reference to our Ghidra scripts? If this is the case, you most likely will need to add SoC support,...