Pinned Repositories
BlackBone-1
BottlEye
BottlEye is a usermode emulator for the popular anti-cheat BattlEye
DirectInput
Simulate SendInput with ClassService
ExternalDayZ
DayZ Hack
kdmapper
Kernelmode-driver
Simple IOCTL hooking driver for Kernel- User - Mode communication.
km-um-communication
A somewhat wide collection of various kernelmode-usermode communication methods in one repository (mainly just for learning purposes).
manual_exception_handling
Handling C++ & __try exceptions without the need of built-in handlers.
VTableKFunctionHook
This project will give you an example how you can hook a kernel vtable function that cannot be directly called
zgui
zgui is a simple framework created to help people with gui rendering during their game hacking (but not only) journey.
adspro15's Repositories
adspro15/DirectInput
Simulate SendInput with ClassService
adspro15/antidetect
Level 1 - Hardware Antidetect source code. Spoof hardware ID
adspro15/Array.hpp
Fast & pretty container for C++
adspro15/CapcomLib
A reflexive driver loader to bypass Windows DSE (featuring a custom PE loader)
adspro15/CertDump
Small utility to dump certificate information from a Portable Executable file.
adspro15/containers
Simple C++11 header-only Containers library
adspro15/containers-benchmark
insertion operations benchmark for some C++17 containers
adspro15/Deviare-InProc
Deviare In Process Instrumentation Engine
adspro15/DriverInjectDll
Use Driver Global Memory Load DLL
adspro15/encstr
C++17 compile time string encryption
adspro15/findcrypt-yara
IDA pro plugin to find crypto constants (and more)
adspro15/IAT-Hooking-Revisited
Import address table (IAT) hooking is a well documented technique for intercepting calls to imported functions.
adspro15/ida-batch_decompile
*Decompile All the Things* - IDA Batch Decompile plugin and script for Hex-Ray's IDA Pro that adds the ability to batch decompile multiple files and their imports with additional annotations (xref, stack var size) to the pseudocode .c file
adspro15/IOCTL-Flooder
IOCTL-Flooder is a verbose tool designed to help with Windows driver fuzzing by brute forcing IOCTLs on loaded drivers. GetLastError is used to guess validity
adspro15/KeInject
Kernel LdrLoadDll injector
adspro15/Kernel-dll-injector
Kernel-Mode Driver that loads a dll into every new created process that loads kernel32.dll module
adspro15/Kernel_Inject
Kernel Inject DLL
adspro15/KF2-UE3-Hook
An example hook for Unreal Engine 3 on Killing Floor 2
adspro15/libinject
Currently supports injecting signed/unsigned DLLs in 64-bit processes
adspro15/nt
NT reversal
adspro15/PELock-Software-Protection-and-Licensing-SDK
Software copy protection against cracking & reverse engineering with anti-cracking & anti-debugging techniques. Software license key system with time trial options.
adspro15/PUBG_Internal
Internal cheat for PUBG. Very old but has come useful code in there still.
adspro15/ReloadLibrary
A quick-and-dirty anti-hook library proof of concept.
adspro15/Rust-Cheat
Rust Cheat c++
adspro15/SigMaker-x64
IDA Pro 7.0 compatible SigMaker plugin
adspro15/SimpleShellcodeInjector
SimpleShellcodeInjector receives as an argument a shellcode in hex and executes it. It DOES NOT inject the shellcode in a third party application.
adspro15/WhoCalls
WhoCalls can query a directory of files, find the binaries, and search for a user specified Win API import. It works with both 32-bit (PE) and 64-bit (PE32+) file formats (.exe, .dll, .sys)
adspro15/xxhash_cpp
Port of the xxhash library to C++17.
adspro15/YASS
Yet Another Sig Scanner
adspro15/zen-external
External cheat base.