Create README.md

This commit is contained in:
Dario 2020-09-01 17:04:12 +02:00 committed by GitHub
parent d94db7264e
commit 1f81aa5a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# norsefire
![norsefire](https://imgur.com/eHbnhrC.png)
### General purpose hacking framework
- written in modern c++ and easy to use
- driver + usermode component (ioctl communication)
### Features
- obtain process identifier by name
- get module base by name
- read/write process memory
- kernelmode mouse simulation
- easy to port to other projects