Questions about this topic? Sign up to ask in the talk tab.

Revision history of "LKM/syscall.c"

From NetSec
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 14:55, 25 June 2016Null (Talk | contribs). . (1,982 bytes) (+1,982). . (Created page with "{{code|text= <source lang="c"> #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <asm/uaccess.h> //just used for the copy_from_user() functi...")