Exploiting the Linux Kernel

Posted by Sander_Marechal on Aug 16, 2007 6:53 AM EDT
fophillips
Mail this story
Print this story

In Linux you run processes in two different modes of execution. There is userspace (aka user mode) which you run your everyday applications, like Firefox, Pidgin, irssi. From the kernel’s point of view, this is unprivileged mode, meaning user space applications don’t have access to hardware, or bits of the system critical to its function. The next mode is kernelspace, in this mode a process runs in privileged mode, giving it access to hardware and low-level system processes. In this article I show how to write a kernel module.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Kernel, Linux

« Return to the newswire homepage

Subject Topic Starter Replies Views Last Post
careful about who gets root? herzeleid 2 1,182 Aug 17, 2007 7:20 AM

You cannot post until you login.