GithubHelp home page GithubHelp logo

process-hiding's Introduction

linux下实验进程隐藏的三种方法

作者: hschen

邮箱:[email protected]

本项目为研一时候做的操作系统大作业,因为很多人需要,所以将代码开源了,以方便后人。

使用方法: 内核版本为3.6.11,使用前需要将linux-3.6.11目录下修改过的文件替换掉内核中的相应文件
使用方法一,需要在base.c中取消注释//DEFINE DEBUG_PROC并重新编译内核
使用方法二、三,需要把base.c中的DEFINE DEBUG_PROC注释掉
方法二、三内核模块的编译方式为:
make -C /usr/src/linux-3.6.11 SUBDIRS=$PWD modules 然后通过insmod命令挂载,rmmod命令卸载
编译测试文件的方法是:
gcc -o test test.c
最后``./test`执行

三种方法的实现原理:
方法一
方法二
方法三

process-hiding's People

Contributors

hschen0712 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.