Search Results

2
votes

how could I intercept linux sys calls?

Some applications can trick strace/ptrace not to run, so the only real option I've had is using systemtap Systemtap can intercept a bunch of system calls if need be due to its wild card mat …
9
votes

What IDE would be good for linux kernel driver development

I've recently been hunting around this kind of problem space myself. Ive found crash and qemu/kvm incredibly useful for the basic testing. People often tell you often not to test a kernel/modules …