Jerre Starink
Jerre Starink
## Summary I am trying to track object creation, destruction and duplication on a live Windows 10 machine. According to the MOF definitions on MSDN, these events correspond to opcodes...
## Description I am trying to get a basic record new or replay mechanism running. Following the documentation, I believe this should be either just a call to `panda.run_replay` or...
## Description It seems some of the Python examples are not working (anymore). In particular, I am looking into the implementation of [taint.py](https://github.com/panda-re/panda/blob/dev/panda/python/examples/taint.py). Running this script as-is does not work...