Skip to content
View Autoplay1999's full-sized avatar

Block or report Autoplay1999

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Stars

💉 Injector

30 repositories

KDMapper is a simple tool that exploits iqvw64e.sys Intel driver to manually map non-signed drivers in memory

C++ 2,521 584 Updated Aug 18, 2025
C++ 2 1 Updated Dec 31, 2023

DLL Injector using manual map, written in C++

C++ 45 15 Updated Oct 3, 2020

Windows driver mapper via the UEFI

Rust 48 12 Updated Jul 13, 2025

proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC

C 1,246 291 Updated May 1, 2024

Manual mapper that uses PTE manipulation, Virtual Address Descriptor (VAD) manipulation, and forceful memory allocation to hide executable pages. (VAD hide / NX bit swapping)

C 354 91 Updated Jan 29, 2022

xigmapper is a driver manual mapper that loads your driver before Vanguard, but after critical system infrastructure has been set up, allowing you to write your bypass without worrying about the in…

C 264 61 Updated Jan 18, 2024

I've developed a rather effective driver for DLL injection targeting EAC Protected Games, and since i dont care for any notable games utilizing that particular anti-cheat system, I've opted to shar…

C 96 30 Updated Apr 24, 2024

Windows Kernel inject (no module no thread)

C++ 279 66 Updated Nov 11, 2022

Global DLL injector

C++ 69 26 Updated May 16, 2021

Kernel-Mode Driver that loads a dll into every new created process that loads kernel32.dll module

C 422 67 Updated Sep 9, 2018

Kernel LdrLoadDll injector

C 265 52 Updated Oct 6, 2018

💉 DLL/Shellcode injection techniques

C++ 712 205 Updated Mar 26, 2019

manually map driver for a signed driver memory space

C 160 47 Updated Mar 11, 2021

Loads a signed kernel driver which allows you to map any driver to kernel mode without any traces of the signed / mapped driver.

C++ 352 65 Updated Aug 8, 2021

update face injector by KANKOSHEV

C 279 170 Updated Oct 27, 2021

Modified version of face injector v2, added some things and alternative injection method. TAGS: fortnite cheat, fortnite injector

C 80 18 Updated May 26, 2022

Kernel mode to user mode dll injection

C++ 279 30 Updated Apr 10, 2021

Manual mapping without creating any threads, with rw only access

C++ 769 131 Updated Oct 29, 2019

Kernel mode to user mode injector

C++ 11 9 Updated Mar 31, 2020
C++ 27 9 Updated Oct 16, 2017

Some DLL Injection techniques in C++ implemented for both x86 and x64 windows OS processes

C++ 338 57 Updated Jan 23, 2022

Proof of Concept for manipulating the Kernel Callback Table in the Process Environment Block (PEB) to perform process injection and hijack execution flow with very detailed explanation.

C 231 37 Updated Oct 31, 2024

DLL Hollowing PoC - Remote and Self shellcode injection

C 82 17 Updated Nov 10, 2021

A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls.

C 354 46 Updated Feb 10, 2025

usermode driver mapper that forcefully loads any signed kernel driver (legit cert) with a big enough section (example: .data, .rdata) to map your driver over. the main focus of this project is to p…

C++ 446 77 Updated Jan 3, 2022

SuperDllHijack:A general DLL hijack technology, don't need to manually export the same function interface of the DLL, so easy! 一种通用Dll劫持技术,不再需要手工导出Dll的函数接口了

C++ 986 268 Updated Nov 10, 2021

KittyLoader is a highly evasive loader written in C / Assembly

C++ 169 22 Updated Sep 16, 2025