-
MhookHideFile - The project uses the Mhook library to hide files with the "+*.txt" pattern by intercepting the NtQueryDirectoryFile function calls.
-
EasyHookHideFile - The project uses the EasyHook library to hide files with the "+*.txt" pattern by intercepting the NtQueryDirectoryFile function calls.
-
DeviareHookHideFile - The project uses the Deviare library to hide files with the "+*.txt" pattern by intercepting the NtQueryDirectoryFile function calls.
-
MSDetoursHideFile - The project uses the Detours library to hide files with the "+*.txt" pattern by intercepting the NtQueryDirectoryFile function calls.
-
3rd-party - The source code and licenses of libraries that were used for the projects.
This repository is a public technical example from Apriorit related to cybersecurity and advanced software engineering.
Apriorit is a cybersecurity-focused software engineering company that helps technology companies build secure, reliable, and high-performance software — from kernel-level components to cloud-based platforms.
Website: https://www.apriorit.com
Apriorit released APIHookingLibraries under the OSI-approved 3-clause BSD license. You can freely use it in your commercial or opensource software.