Marius Muench

Results 61 comments of Marius Muench

Hi! The crash is likely due to the case that during forwarding, the context is currently not preserved. However, as @rawsample noted, we have rudimentary irq-forwarding since pretender. We designed...

If the F103RB is based on an M3, there shouldn't be too much differences. In this setup, are you still doing the state-transfer during the ISR routine? This is likely...

Hi, This is correct, IRQ forwarding, as described in pretender, is currently only supported on avatar2's QemuTarget - which uses a more recent version of QEMU and has a bit...

Hi! We finally released FirmWire, which has a modified Panda version with irq-injection over pypanda. You can find over here: https://github.com/FirmWire/panda The important commit is this one: https://github.com/FirmWire/panda/commit/8eb9767dab63cce9f82946afe98c52076304ae0c In essence,...

Heya, Thanks for opening the issue! Unfortunately, without a complete example to run as a test case, it's somewhat hard to reproduce, especially as we don't know your target setup....

Regarding b: did you also try with `qemu.stop(blacking=False)`? The interrupt issue is very likely because on the stock configurable machine, we do not initialize the interrupt controller - which would...

Sorry, I had a typo, it should've been `blocking`, not `blacking`. Either way, for Panda, if you don't succeed please get back here and I can check what I can...

Hi @AdamVanScyoc! Sounds like a great feature to be implemented as plugin! I'd be happy to merge an according PR. I think the closest plugin is the [gdb-memory-map-loader](https://github.com/avatartwo/avatar2/blob/main/avatar2/plugins/gdb_memory_map_loader.py). Unfortunately, we...

Sure, we are generally happy about new features as plugins. If you feel like adding tests to our CI for your plugin, we would even make sure that it does...

Heya. The tests are sensitive to the directory they are run from - all of them are expected to be run from the top-level directory, so it should be: `python3...