Coder Social home page Coder Social logo

cynicalape / minifilter-csharp-consoleapp Goto Github PK

View Code? Open in Web Editor NEW
18.0 3.0 17.0 96 KB

Permission Filesystem Minifilter

License: MIT License

C 60.92% Objective-C 0.03% C++ 6.64% C# 32.40%
entity-framework csharp cpp minifilter-driver marshalling

minifilter-csharp-consoleapp's Introduction

Minifilter-CSHARP-Console-Command

The Filter

  • Currenly can deny access to individual files or volumes as a whole.
  • It can categorize permissions between read-only, write-only and no access restrictions
  • uses :permission_enum:filtepath; style for each entry such as (:5:C:\random.txt where 5 is write-only access)
  • For every request, it sends the name of the file that triggered the request to the console app through a port for a quick restriction check
  • Then according to the the app's response it either cancels or forwards the request to the next driver on the stack

The APP

alt text

  • App has the decision mechanism for the driver to ignore or forward the request to the next level.
  • Uses marhsalled Ftllib.dll functions and structures to talk with the driver.
  • Uses Entity framework to read from or add new restricted files.
  • Has built-in functions for changing the database
  • Every successfull access to the listed files will be logged in another entity framework database.

minifilter-csharp-consoleapp's People

Contributors

cynicalape avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.