Git Product home page Git Product logo

processmanage's Introduction

ProcessManage

进程保护、进程过滤的小工程、主要亮点是在内核中对操作系统中的用户进行管理.

功能描述:

应用层功能:

  1. 遍历进程,调用NativeAPI NtQuerySystemInformation遍历进程。
  2. 与内核对应的程序进行通信,通过进程名进行进程保护。
  3. 与内核对应的程序进行通信,通过进程PID进程保护。
  4. 与内核对应的程序进行通信,通过进程PID隐藏保护。
  5. 进程过滤,只显示当前用户的进程。
  6. 内核程序的安装、启动、停止、已经删除,同时还有释放内核程序的功能。

内核层功能:

  1. Hook NtOpenProcess实行通过进程名与进程ID来保护进程,对于保护进ID,可以防止用户恶意的使打PID5、6、7之类的来打开PID为4的进程。
  2. Hook NtQuerySystemInformation实现只显示当前用户的进程功能。
  3. 内核用户管理,在内核中是没有用户用户名的概念的,相应的是SID,通过内核用户管理模块可以实现SID与用户名之间的转换。 注:内核程序并没有实时监控用户的新建、删除和修改!

processmanage's People

Contributors

evilknight1986 avatar

Watchers

 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.