497 Commits
Author SHA1 Message Date
Jeremy Rimpo 57f1ea5e6a Update vcpkg targets (#90) 2026-04-15 09:21:00 +02:00
Mikaël Capelle cd195656c9 Update README with build instruction. (#87) 2025-07-05 11:42:08 +02:00
Mikaël Capelle a50d84c64c Bump to 0.5.7.2. (#85) v0.5.7.2 2025-06-01 08:38:16 +02:00
Mikaël Capelle de356fb2e4 Use proper structure for FileFullDirectoryInformation in NTDLL hooks. (#84) 2025-06-01 00:18:27 +02:00
Mikaël Capelle eeee538780 Bump to 0.5.7.1. (#82) v0.5.7.1 2025-05-29 12:25:40 +02:00
Mikaël Capelle 38dbf0865f Better debugging mode. (#81) 2025-05-29 10:47:20 +02:00
Mikaël Capelle 370fcd7825 Add missing FileInformationClass handling (#78) 2025-05-29 10:46:45 +02:00
Mikaël Capelle b88565d97c Fix issue with constexpr constructor of mutex and VS2022. (#80) 2025-05-27 11:18:09 +02:00
Mikaël Capelle 307cc7ebb3 Update GH Action to use AZ Blob. (#79) 2025-05-25 20:55:59 +02:00
Mikaël Capelle 1cccdef95d Update GH Action to use builtin VCPKG. (#77) 2025-05-23 19:43:05 +02:00
Mikaël Capelle 940963f08f Formatting and removing old files (#76) 2025-05-22 21:31:50 +02:00
Mikaël Capelle 17f733727c Use cache for VCPKG in Github action. 2025-05-22 21:12:30 +02:00
Mikaël Capelle b6a946ea31 Fix include issues after applying clang-format. 2025-05-22 21:05:03 +02:00
Mikaël Capelle 7c4b6ca6d4 Fix line ending issue. 2025-05-22 20:57:34 +02:00
Mikaël Capelle 76e9210a16 Add lint CI and pre-commit hook. 2025-05-22 20:48:04 +02:00
Mikaël Capelle 164e02c070 Add .git-blame-ignore-revs. 2025-05-22 20:47:30 +02:00
Mikaël Capelle 1c95b74525 Apply formatting. 2025-05-22 20:47:13 +02:00
Mikaël Capelle 6e56dd6644 Remove old patches folder. 2025-05-22 20:33:13 +02:00
Mikaël Capelle 396fe6157a Remove old vsbuild folder. 2025-05-22 20:30:48 +02:00
Mikaël Capelle 0d1f23844f Remove duplicate hook_GetModuleFileNameA. (#75) 2025-05-22 19:53:50 +02:00
Matthew William Noel e2f036e810 Hook GetModuleFileNameA (#72) 2025-05-22 19:37:35 +02:00
Mikaël Capelle 5d0602678d WIP: NtQueryObject / NtQueryInformationFile (#68)
* Hook for NtQueryInformationByName and bump USVFS version to 0.5.7.0.
2025-05-22 19:36:02 +02:00
Mikaël Capelle d52d4ffe2c Move to VCPKG (#69) 2025-05-22 19:02:34 +02:00
Jeremy Rimpo f3bc3d9fbf Readd some A hooks due to W11 changes (#74)
* Readd some A hooks due to W11 changes
- GetFileAttributes(Ex)A
- LoadLibraryExA
- GetModuleFileNameA
2025-05-22 19:02:11 +02:00
Jeremy Rimpo 0138282212 Fixes for changes is Boost 1.88.0 (#71)
- 1.87.0 changes the segment_manager ABI - requires switch
- Deprecated headers
2025-05-22 10:39:19 +02:00