api-hooking
There are 37 repositories under api-hooking topic.
0x09AL/RdpThief
Extracting Clear Text Passwords from mstsc.exe using API Hooking.
nefarius/Injector
Command line utility to inject and eject DLLs
alphaSeclab/hooking
Resources About Hooking. For All Platforms. Currently 300+ Tools And 600+ Posts.
nefarius/Indicium-Supra
DirectX API-hooking framework
Devolutions/MsRdpEx
Microsoft RDP Client Extensions
Reloaded-Project/Reloaded.Hooks
Advanced native function hooks for x86, x64. Welcome to the next level!
mavenlin/wrap_dll
Automatic generate dll wrapper for code injection.
vic4key/Vutils
Vutils or Vic Utilities is an utility library written in Modern C++ and for Modern C++. It helps your programming go easier, faster, and simpler.
EZForever/PEDoll
Program behavior analyzer for Win32/Win64.
myfreeer/qbittorrent-portable
dll-hijack based qbittorrent portable plugin
hasherezade/detours_cmake_tpl
A CMake template for projects using MS Detours
jayo78/basic-hooking
Examples of basic windows API hooking techniques
lcsig/API-Hooking
Different API Hooking Techniques - Ring3 (Detours, Trampoline, IAT and EAT) for both, x64 and x32 PE files - Since 2014.
xfgryujk/ModernHook
Implements Windows API hooks in modern C++
vic4key/py-hooking
Sometimes, you need to manipulate low-level functionality (C APIs, etc) from high-level languages (Python). Eg. Force the low-level calls directly to your own Python override functions. This repo will help you do that.
apriorit/APIHookingLibraries
Samples that shows how to use API Hook libraries: Detours, Deviare, MHook, EasyHook to hide files with the "+/*.txt" file name pattern.
SegaraRai/PathRedirector
Rewrites filepath on file i/o by hooking NtCreateFile, NtOpenFile and NtSetInformationFile.
alifarrokh/proxychains
An implementation of Proxychains in Rust using API hooking techniques for dynamic proxy routing
apriorit/Simple-DLL-Injection-Protect
Simple DLL injection protect with the idea of hooking the LoadLibrary function and failing it if it is a call for an unauthorized DLL.
KooroshRZ/Windows-IAT-Hook
Windows PE files import address table (IAT) hooking
wolk-1024/HookApi
x64/x86 Hooking Library
0xjbb/Amsi-Patch
AMSI ScanBuffer Patch with API Hook poc
x86byte/Inline_Hooking
Let's dive deeper into some key aspects of Inline Hooking in C++
mschadev/detours-example
API hooking example project using Microsoft Detours
NaniteFactory/memory
unsafe hacky memory accessor written in go. $ go get -v github.com/nanitefactory/memory
0x1CA3/syringe
Visit https://github.com/0x80000000 for the newer version of this library.
katahiromz/ApiHook
Simple API Hook Sample
dk0m/Rc7Hook
A Patchless Windows API Hooking Library.
BenteVE/API-hook-CreateThread
An example of API hooking using Microsoft Detours to analyze the behaviour of function in the Windows API.
EZForever/HueShiftCore
Visual Studio framework for rapid development of hook/hijack DLLs
katahiromz/CustomHook
Customizable API hook program
mshams/ShamsiXp
An open source approach to display Solar date in MS-Windows XP. (Delphi native source code)
makt96/pandaBanker-apiHooking
This repository contains a comprehensive analysis of the PandaBanker malware. The analysis includes examining various techniques employed by the malware such as API Hooking, Process Hijacking, and Memory Dumping. The investigation also involves practical steps using various tools to understand the malware's behavior and persistence mechanisms.
rosko1337/crd-hider
Chrome Remote Desktop floating window hider
scrymastic/HookNt
A Windows NT API hooking tool for intercepting and monitoring system calls