get_module, read/write mem, mouse emulation
Go to file
Dario 1f81aa5a72
Create README.md
2020-09-01 17:04:12 +02:00
kernelmode 1st 2020-09-01 16:54:17 +02:00
usermode 1st 2020-09-01 16:54:17 +02:00
.gitignore 1st 2020-09-01 16:54:17 +02:00
README.md Create README.md 2020-09-01 17:04:12 +02:00
norsefire.sln 1st 2020-09-01 16:54:17 +02:00

README.md

norsefire

norsefire

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