https://github.com/apriorit/apihookinglibraries
Samples that shows how to use API Hook libraries: Detours, Deviare, MHook, EasyHook to hide files with the "+/*.txt" file name pattern.
https://github.com/apriorit/apihookinglibraries
api api-hooking hook ntapi winapi windows
Last synced: 2 months ago
JSON representation
Samples that shows how to use API Hook libraries: Detours, Deviare, MHook, EasyHook to hide files with the "+/*.txt" file name pattern.
- Host: GitHub
- URL: https://github.com/apriorit/apihookinglibraries
- Owner: apriorit
- License: bsd-3-clause
- Created: 2022-09-16T07:12:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T15:31:57.000Z (over 2 years ago)
- Last Synced: 2025-03-24T08:54:53.535Z (3 months ago)
- Topics: api, api-hooking, hook, ntapi, winapi, windows
- Language: C++
- Homepage:
- Size: 10.7 MB
- Stars: 11
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
# License
[Apriorit](http://www.apriorit.com/) released [APIHookingLibraries](https://github.com/apriorit/APIHookingLibraries) under the OSI-approved 3-clause BSD license. You can freely use it in your commercial or opensource software.