Repository navigation

#

api-hooking

Extracting Clear Text Passwords from mstsc.exe using API Hooking.

C++
1311
9 个月前

Command line utility to inject and eject DLLs

C++
659
10 个月前

Resources About Hooking. For All Platforms. Currently 300+ Tools And 600+ Posts.

330
5 年前

Advanced native function hooks for x86, x64. Welcome to the next level!

C#
222
5 个月前

Microsoft RDP Client Extensions

C++
214
25 天前

Automatic generate dll wrapper for code injection.

Python
166
4 年前

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.

C++
70
7 个月前

Program behavior analyzer for Win32/Win64.

C#
43
5 年前

A CMake template for projects using MS Detours

CMake
22
2 个月前
C++
18
5 年前

Different API Hooking Techniques - Ring3 (Detours, Trampoline, IAT and EAT) for both, x64 and x32 PE files - Since 2014.

C++
16
3 个月前

Implements Windows API hooks in modern C++

C++
15
7 年前

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.

Python
14
1 年前

Samples that shows how to use API Hook libraries: Detours, Deviare, MHook, EasyHook to hide files with the "+/*.txt" file name pattern.

C++
12
3 年前

Rewrites filepath on file i/o by hooking NtCreateFile, NtOpenFile and NtSetInformationFile.

C++
9
6 年前

Simple DLL injection protect with the idea of hooking the LoadLibrary function and failing it if it is a call for an unauthorized DLL.

C#
8
1 年前

Windows PE files import address table (IAT) hooking

C++
8
5 年前

An implementation of Proxychains in Rust using API hooking techniques for dynamic proxy routing

Rust
8
5 年前