Commit Graph
347 Commits
Author SHA1 Message Date
LostDragonist efe7c6d145 Log searchPath for NtQueryDirectoryFile/EX 2019-09-10 15:29:12 -05:00
LostDragonist 1b23e8a93a Always log NtQueryDirectoryFile/EX calls 2019-09-10 15:07:47 -05:00
isanae 0783b3efa6 Merge pull request #17 from isanae/delay-parameter
Delay parameter
2019-09-09 01:26:45 -04:00
isanae fad051000c added a delay parameter: adds a sleep before unfreezing the process so there's time to hook a debugger 2019-09-08 02:19:20 -04:00
Jeremy Rimpo 10071a6231 Merge pull request #15 from isanae/handle-tracker-leak
Handle leak in the tracker
2019-08-04 21:46:58 -05:00
isanae b0a75547f2 fixes a handle leak in the tracker because GetFileType() was called too late 2019-08-03 09:25:21 -04:00
Jeremy Rimpo 19421b8520 Version 0.4.4 2019-07-14 18:17:38 -05:00
Al 91a8de6aa4 Merge pull request #13 from Al12rs/file-in-use
Fix for WB file in use and xEdit renaming fail.
2019-06-29 18:29:18 +02:00
Al 3b2a0049c0 * Added log line in case removeFromTree is asked to remove non existing nodes.
* Added various TODOs and comments regarding MoveFile functions and missing context.isActive() checks.
2019-06-22 13:07:01 +02:00
isanae dadaf3c252 fixed removing nodes when they're not found
this actually happens when moving files across volumes
2019-06-19 22:40:07 -04:00
isanae 00267ba075 close file handle opened by hook_NtQueryDirectoryFile[Ex]()
my _guess_ is that if NtQueryDirectoryFile() is not called until STATUS_NO_MORE_FILES, the handle is leaked because NtClose() doesn't take care of it
2019-06-18 19:34:13 -04:00
Silarn 911d3f4d0b Merge remote-tracking branch 'origin/VC2019' into Develop 2019-05-08 23:30:12 -05:00
Silarn 3cc13fdba9 Update to boost 1.70 2019-05-08 23:29:15 -05:00
Silarn 5a937d947a Merge remote-tracking branch 'origin/Develop' into VC2019 2019-04-30 14:29:15 -05:00
LePresidente c9ac1400e6 Updated udis86 repo to point to ModOrganizer2 Team repo. v0.4.3 2019-04-20 14:07:58 +02:00
Silarn 80d50b0eff Update the appveyor image 2019-04-06 02:36:13 -05:00
Silarn f42b331d7f Update project to use v142 and latest W10 API version (rather than specific) 2019-04-05 23:08:00 -05:00
Silarn c09bb80866 Change to upstream 0.x spdlog branch 2019-04-05 23:06:52 -05:00
LostDragonist 9d1c45777b Convert LPCSTR to wstring properly in GetFullPathNameA 2019-03-23 20:24:13 -05:00
LostDragonist 5df4a82ce6 Reimplement hook_NtCreateFile to allow it to create reroutes 2019-03-18 05:10:00 -05:00
LostDragonist 6d20cc305e Keep track of deleted directories 2019-03-11 00:09:21 -05:00
LePresidente f7ee81f439 Fixed the replace to also remove the /lib folder from string. 2019-03-08 11:17:19 +02:00
LePresidente 9aeb6e98d0 appveyor fixes escaped chars. 2019-03-08 11:06:02 +02:00
LePresidente 955207fa1a Fix appveyor build. 2019-03-08 10:32:46 +02:00
LePresidente 5e6947de8b Added artifacts to usvfs appveyor build.
Updated boost to 1.69 on appveyor.
2019-03-08 09:37:32 +02:00