Noptrace module (cont) int cleanup_module() { /* reset the pointer back to the actual function */ sys_call_table[ __NR_ptrace ] = (void *)real_ptrace; printk(KERN_INFO "noptrace module uninstalled\n"); return 0; }