Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GIL committed Sep 19, 2018
1 parent 0783985 commit 8a1fab6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# GIL Ransomware Solution

랜섬웨어로 부터 중요 파일을 보호하는 FsMiniFilter Driver의 핵심 부분을 정리한 프로젝트 (진행중)

## Feature
- DMZ Folder: 접근에 제한된 폴더
- Super Process: DMZ Folder에 접근할 수 있는 프로세스

## Build
.

## Installation
- Driver Install

.inf를 통해 설치

- Driver load & unload

```
fltmc load GilRan
fltmc unload GilRan
```

0 comments on commit 8a1fab6

Please sign in to comment.