DriverToHideFiles.zip
DriverForHideFiles
DriverForHideFiles
Makefile
|
#include <linux/module.h>
#include "device_file.h"
MODULE_LICENSE("Dual BSD/GPL");
MODULE_AUTHOR ("Semen Boyko, Apriorit");
int inode_hide_init(void)
{
register_device();
return 0;
}
void inode_hide_exit(void)
{
backup_functions();
unregister_device();
printk(KERN_ALERT "Exiting from kernel mode\n");
}
module_init(inode_hide_init);
module_exit(inode_hide_exit);
|
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please
let us know and we'll add colourisation support for it.
ApriorIT is a Software Research and Development company that works in advanced knowledge-intensive scopes.
Company offers integrated research&development services for the software projects in such directions as Corporate Security, Remote Control, Mobile Development, Embedded Systems, Virtualization, Drivers and others.
Official site http://www.apriorit.com