Skip to content

v0.4.3

Compare
Choose a tag to compare
@LostDragonist LostDragonist released this 04 May 01:30

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