Roberto Bertolini
Roberto Bertolini
We should support (at least): - aarch64 - riscv64
Due to the complexity of the native code we run to interact with ptrace, we should switch to a better binding library, such as [nanobind](https://github.com/wjakob/nanobind). This would bring: - better...
I'd like to be able to enable antidebug escaping or syscall pprinting just for a specific thread or set of threads. Additionally, if there's more than one thread, the pprint...
Since we switch the debugged process to a different process group, it is not killed as a side-effect of the debugging script exiting, even if it should be. We should...