-
Notifications
You must be signed in to change notification settings - Fork 45
Home
FrenchYeti edited this page Oct 2, 2022
·
6 revisions
Welcome to the interruptor wiki!
"Interruptor" is a human-friendly interrupts hook library based on Frida's Stalker. This tool can perform some basic tasks such as system call tracing, but it is designed to do lot of more with system calls such as context tampering or to generate coverage.
Architecture | OS | Syscall names | Args parsing | Struct/ptr args parsing | Error Code | Signals | Descriptors lookup |
---|---|---|---|---|---|---|---|
arm64 | Linux/Android | ✔️ | ✔️ | 20% | 30% | 30% | ✔️ |
arm64 | MacOS | WiP | - | - | - | - | - |
armv7 | Linux/Android | ✔️ | ✔️ | 0% | 0% | 0% | 0% |
x64 | Linux/Android | ✔️ | ✔️ | 0% | 0% | 0% | 0% |
x64 | MacOS | WiP | - | - | - | - | - |