Click here to Skip to main content
Click here to Skip to main content

Driver to hide files in Linux OS

By , , 2 Sep 2012
 
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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Authors

Apriorit Inc
Apriorit Inc.
Ukraine Ukraine
Member
Organisation
31 members

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

Semyon Boyko
Ukraine Ukraine
Member
No Biography provided

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 3 Sep 2012
Article Copyright 2012 by Apriorit Inc, Semyon Boyko
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid