linux-kernel-hook icon indicating copy to clipboard operation
linux-kernel-hook copied to clipboard

A small kernel module that can hook arbitrary syscalls on x86_64

Results 3 linux-kernel-hook issues
Sort by recently updated
recently updated
newest added

Hi @jha Just for fun, I am trying to add hook on __NR_openat. Unfortunately, there are a memory issue. Can you check with me ? I'm testing on 5.3.0-46-generic kernel...

@jha Sorry to bother,I'm a beginner in this, I want to printk parameter path in hookfunction, can u show me how to do this !THANKS!

Hi, I really enjoyed your project and as a personal curiosity I made a version of it for arm32. Feel free to merge it or not.