Luke Craig
Luke Craig
@AndrewFasano EBE callbacks do not occur when an exit is requested. SBE/EBE are injected into the TCG stream and only occur when execution reaches that point. I am skeptical that...
I *think* I know what is going wrong here. It looks like our implementation of start_block_exec runs prior to the first instruction, but not prior to the initial TCG block...
I think I've found the issue. It seems like SBE should check `panda_exit_loop`. I've implemented this as a separate PR #1471, but I have cherry picked it onto this branch...
I'm not sure it really adds anything in the scenario that it doesn't fix #1447. Or rather, I expect this _and_ something else will completely resolve #1447, but I haven't...
It appears to fail in the first part of the test of CLI panda: https://github.com/panda-re/panda/blob/dev/panda/python/tests/generic_tests.py#L66 I suspect that it could have something to do with it claiming that it's missing...
That's not currently something that's exposed to python. There's a few ways to get at that value. The easiest of which would likely be adding a PANDA API function in...
Hello! Can you show an example of how you're calling `panda.interact()`? In the interim I think an example that may help you is: https://github.com/panda-re/panda/blob/5472db214f56d0696694b416a1ebdcbaba8fa482/panda/plugins/signal/test/run.py#L42
Check on MIPS issues
Good catch. That functionality does need to be updated for volatility3.
After writing the file handler I learned about the `pmemaccess` monitor command. I believe that's the more common way for volatility to access memory in the first place and might...