polygraphene / DirtyPipe-Android

Dirty Pipe root exploit for Android (Pixel 6)
771 stars 130 forks source link

Errors in building kernel #15

Open Somnus0737 opened 2 years ago

Somnus0737 commented 2 years ago

I came across the similar issue as Issue #11 when building kernel module, but the errors are "register_kprobe" and "unregister_kprobe" undefined. I have check the header file and found "linux/kprobes.h" was included.

I didn't modify and code in mymod.c so I have no idea why those errors occurred.