qemu hook

December 2, 2010

Another possible way to intercept function calls in QEMU

I’m developing a syscall interception tool for Android as a course’s project. While it is relatively simple to intercept calling into the system services (introduced at […]