Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i32-sudo/pdfwkrnlmapper
An Unsigned Driver Mapper for Windows 10 22H2 -> Windows 11 23H2 that uses PdFwKrnl to exploit the Read/Write IOCTL Calls to disable DSE & PG to map the unsigned driver.
https://github.com/i32-sudo/pdfwkrnlmapper
battleye be disable driver dse eac exploit gdrv latest load loader loading map mapper mapping pdfwkrnl sys undetected unsigned
Last synced: 21 days ago
JSON representation
An Unsigned Driver Mapper for Windows 10 22H2 -> Windows 11 23H2 that uses PdFwKrnl to exploit the Read/Write IOCTL Calls to disable DSE & PG to map the unsigned driver.
- Host: GitHub
- URL: https://github.com/i32-sudo/pdfwkrnlmapper
- Owner: i32-Sudo
- License: other
- Created: 2024-08-02T20:26:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T02:55:55.000Z (5 months ago)
- Last Synced: 2024-11-15T05:31:46.099Z (3 months ago)
- Topics: battleye, be, disable, driver, dse, eac, exploit, gdrv, latest, load, loader, loading, map, mapper, mapping, pdfwkrnl, sys, undetected, unsigned
- Language: C++
- Homepage:
- Size: 3.68 MB
- Stars: 76
- Watchers: 2
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PdFwKrnlMapper
An Unsigned Driver Mapper for Windows 10 22H2 -> Windows 11 23H2 that uses PdFwKrnl to exploit the Read/Write IOCTL Calls to disable DSE & PG to map the unsigned driver.
# Main Entry
```cpp
#include
#include
#include "Bypass.h"int main() {
std::cout << " Initializing Offsets...\n";
Bypass::Init(); // Initialize Offsets & Cache Them
std::cout << " Initializing Exploit and Loading Cheat Driver using PdFwKrnl...\n";
Bypass::BypassStatus Status = Bypass::LoadCheatDriver("C:\\Driver.sys", "Driver Service Name", "C:\\Windows\\System32\\PdFwKrnl.sys", "Vuln Service Name"); // Load Cheat Driver & PdFwKrnl
std::cout << " Status: " << Bypass::BypassStatusToString(Status) << std::endl;
Sleep(5000);
driver::unload("Driver Service Name"); // Unload Cheat Driver
return 0;
}
```
# Contact
If you want to contact me in regards of my work or projects my discord is on my main github page / readme.md [i32-Sudo](https://github.com/i32-Sudo), Please do not message me for Issues or Learning/Studying I am not a teacher.