ivsyscallmon ============ A simple example system call monitoring tool. Demonstrates the minimal Python API: attach to a domain, list running domains, print the version of the hypervisor, and filter/monitor system calls. Usage: sudo python3 ivsyscallmon.py --list sudo python3 ivsyscallmon.py --version sudo python3 ivsyscallmon.py --domain win10 --syscall NtCreateUserProcess sudo python3 ivsyscallmon.py -d win10 -c file -f explorer -f notepad --json Source ------ .. literalinclude:: ../../pyintrovirt/tools/ivsyscallmon.py :language: python