Skip to content

apriorit/APIHookingLibraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content

  1. MhookHideFile - The project uses the Mhook library to hide files with the "+*.txt" pattern by intercepting the NtQueryDirectoryFile function calls.

  2. EasyHookHideFile - The project uses the EasyHook library to hide files with the "+*.txt" pattern by intercepting the NtQueryDirectoryFile function calls.

  3. DeviareHookHideFile - The project uses the Deviare library to hide files with the "+*.txt" pattern by intercepting the NtQueryDirectoryFile function calls.

  4. MSDetoursHideFile - The project uses the Detours library to hide files with the "+*.txt" pattern by intercepting the NtQueryDirectoryFile function calls.

  5. 3rd-party - The source code and licenses of libraries that were used for the projects.

About Apriorit

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.

Learn more: https://www.apriorit.com/dev-blog/367-anti-reverse-engineering-protection-techniques-to-use-before-releasing-software

Website: https://www.apriorit.com

License

Apriorit released APIHookingLibraries under the OSI-approved 3-clause BSD license. You can freely use it in your commercial or opensource software.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors