Skip to content

meyerd/panicmode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panicmode Kernel Module
=======================

This Linux kernel module aims at implementing a simple on-request memory wiper.
It is supposed to copy it's own code to a known physical location in memory, disable
all of the linux kernel stuff, that may interfere with the wipe and then wipe the 
whole physical memory except itself. 

This kernel module can be especially useful in combination with a hardware trigger
device.


how to build:
$ KERNELDIR=/usr/src/linux-2.6 make -C /usr/src/linux-2.6/ M=`pwd` modules

usage:
# echo 1 > /proc/panicmode

About

Linux Kernel Module implementing a memory wiper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages