API Hooking - Using EasyHook to hook NtCreateFile in Notepad.exe

Опубликовано: 07 Октябрь 2024
на канале: BinaryAdventure
19,985
315

Short video demoing a sweet library called EasyHook which can be used to hook API calls on Windows. The library is fully maintained and works with x64 as well, which is awesome. See the links:

Native Doc: http://easyhook.github.io/downloads/E...

EasyHook main page: http://easyhook.github.io/

If you have Visual Studio, you can use NuGet Package Manager as shown. Also, check out the tutorials on their website. Remember, you do not need to use stdafx.cpp so uncheck Precompiled Headers in the project creation box and then you can remove the #include for that.

SOURCE CODE: https://github.com/BinaryAdventure/No...