v0.4.3
Changelog:
- Added support for force loading a specific library when a specific process is hooked.
- Fixed the order of files in Query Directory calls (were previously reverse alphabetical, causing some issues).
- Fixed "successfull" typo.
- Fixed conversion of string in hook_GetFullPathNameA.
- Improved hook_NtCreateFile to handle all cases of creating a file handle.
- Improved blacklist implementation to work with more ways of creating processes
- Improved deleted file tracker to also keep track of deleted directories.
- Removed TEMP path workaround from FindFirstFile (does introduce some errant behavior that will need to be fixed in the future).
- Removed hooks for CreateFileA, CreateFileW, and CreateFile2 due to improvements in hook_NtCreateFile.
- Updated boost library to 1.69.0