From 1f81aa5a729c8906957353ce4a5d502ac0954561 Mon Sep 17 00:00:00 2001 From: Dario <34800923+nbqofficial@users.noreply.github.com> Date: Tue, 1 Sep 2020 17:04:12 +0200 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a9a113 --- /dev/null +++ b/README.md @@ -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