Go to file
2019-06-01 22:55:37 +03:00
Tests v1.0 Cleaned garbage from code 2019-05-25 17:33:08 +03:00
_TODO_.txt Started working on high-level exported mod API. Fixed Delphi bug with wrong stack variables alignment. Fixed bug in IsVfsOn (leave crit section without entering). Now XP normally passes all tests 2019-05-11 13:27:17 +03:00
_update_dll.bat v1.0.3. Added support for NtQueryDirectoryFileEx, used in Win10 v1709+ 2019-06-01 22:55:37 +03:00
.gitignore v1.0.3. Added support for NtQueryDirectoryFileEx, used in Win10 v1709+ 2019-06-01 22:55:37 +03:00
LICENSE Added readme and license 2019-05-26 14:49:27 +03:00
license.txt Added license file. Refactored path building in routines. Added extra tests. Fixed bug: 'test failed if were run from drive root' 2019-05-09 20:29:42 +03:00
README.md Update README.md 2019-05-26 15:10:36 +03:00
update_version.bat Added dll version update tools 2019-05-26 14:57:00 +03:00
verpatch.exe Added dll version update tools 2019-05-26 14:57:00 +03:00
Vfs.dpr Updated resources 2019-05-26 15:03:57 +03:00
Vfs.dproj v1.0.3. Added support for NtQueryDirectoryFileEx, used in Win10 v1709+ 2019-06-01 22:55:37 +03:00
Vfs.dproj.local Added crucial VFS modules and a few working tests for them 2019-05-03 15:21:07 +03:00
Vfs.drc Updated resources 2019-05-26 15:03:57 +03:00
VfsApiDigger.pas Added crucial VFS modules and a few working tests for them 2019-05-03 15:21:07 +03:00
VfsBase.pas Replaced HasFlag with new flag helper routines 2019-05-29 16:40:51 +03:00
VfsControl.pas Replaced HasFlag with new flag helper routines 2019-05-29 16:40:51 +03:00
VfsDebug.pas Added readme and license 2019-05-26 14:49:27 +03:00
VfsExport.pas Fixed bug: invalid HasFlag usage lead to non-mapping directories in MapDir. Added GetDetailedMappingReport API. VfsItems now hold VirtAddr in addition to RealAddr 2019-05-28 17:46:01 +03:00
VfsHooks.pas v1.0.3. Added support for NtQueryDirectoryFileEx, used in Win10 v1709+ 2019-06-01 22:55:37 +03:00
VfsImport.pas Fixed bug: invalid HasFlag usage lead to non-mapping directories in MapDir. Added GetDetailedMappingReport API. VfsItems now hold VirtAddr in addition to RealAddr 2019-05-28 17:46:01 +03:00
VfsMatching.pas Many improvements. Fully working tests. Implemented NT file matching engine 2019-05-08 23:17:55 +03:00
VfsOpenFiles.pas Fixed a few bugs, debugging 2019-05-25 15:43:28 +03:00
VfsPatching.pas VfsPatching now uses global static memory block. NtQueryDirectoryFile patch is rollbacked during finalization 2019-05-14 16:28:27 +03:00
VfsTest.dpr Removed assertion dialog and API digger from tests 2019-05-09 20:52:21 +03:00
VfsTest.dproj Fixed a few bugs, debugging 2019-05-25 15:43:28 +03:00
VfsTest.dproj.local Initial commit 2019-04-30 17:26:37 +03:00
VfsTest.drc Many improvements. Fully working tests. Implemented NT file matching engine 2019-05-08 23:17:55 +03:00
VfsUtils.pas Replaced HasFlag with new flag helper routines 2019-05-29 16:40:51 +03:00
VfsWatching.pas Fixed bug: DisableVfsForThisThread made VFS control API to fail 2019-05-25 20:57:47 +03:00

VFS (Virtual File System)

Add Virtual File System support to your project. Implement Mods directory support in 2 lines of code