Create README.md
This commit is contained in:
parent
d94db7264e
commit
1f81aa5a72
|
@ -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
|
Loading…
Reference in New Issue