Jerre Starink

Results 4 comments of Jerre Starink

Based on [taint_x86_64.py](https://github.com/panda-re/panda/blob/b07c387ca9c8b40005a23ec1ce5f228fd513af89/panda/python/examples/unicorn/taint_x86_64.py) I have come to realize I should enable the taint analysis _after_ the machine is set up, e.g., inside of a `@panda.cb_after_machine_init` callback. Is this the typical...

Perfect, that seems to have fixed the problem! This makes me a bit confused about the naming of the available functions though. Considering that there are other `run_xxx` methods (such...

@AndrewFasano Thanks for the explanation, that definitely clears it up! > I definitely see what you're saying where it's confusing how the run_serial_cmd method has a similar style name and...

Update: If it may be of any help, when I inspect errors using `add_on_error_callback`, I get the following message for every duplicate handle event (34): ``` Could not find the...