total descendants:: total children::1 |
Trochu som zabudol zakomentovat :) Manual reboot :) int init_module(void){ /* old_read=sys_call_table[__NR_read]; sys_call_table[__NR_read]=new_read; */ new_feature(); } void exit_module(void){ sys_call_table[__NR_read]=old_read; } |
| |||||||||||||||||||||||