voidmap
Using CVE-2021-40449 to manual map kernel mode driver
File Explorer
Download Latest Version (.zip)- caller.c
- caller.h
- console.c
- console.h
- general.h
- main.c
- mapper.c
- mapper.h
- utils.c
- utils.h
- voidmap.vcxproj
- voidmap.vcxproj.filters
- voidmap.sln
- .gitignore
- LICENSE.txt
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/SamuelTulach/voidmap
Downloads the entire project code from GitHub to your computer.
cd voidmap
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd voidmap
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
