BTW, binary editing allows you to intercept system calls for statically
linked programs even if you don't have the symbol tables: use code analysis
to actually find the instructions used to enter the kernel (trap, etc.), and
intercept those, since the kernel API is pretty well known.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/