Skip to content

Source code for File Test - Interactive File System Test Tool

License

Notifications You must be signed in to change notification settings

snowkoan/FileTest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileTest

Interactive File System Test Tool

You can use this tool for testing, debugging and learning Windows FileSystem Apis.
If you use this tool with Process Monitor, you can understand how Windows FileSystems internally works.

Interactive File System Test Tool

Build Requirements

To build FileTest, you need to have one of these build environments

  • Visual Studio 2017
  • Visual Studio 2008
  • WDK 6001
  1. Make a new directory, e.g. C:\Projects
   md C:\Projects
   cd C:\Projects
  1. Clone both Aaa and FileTest
   git clone https://github.com/ladislav-zezula/Aaa.git
   git clone https://github.com/ladislav-zezula/FileTest.git
  1. Go to C:\Projects\FileTest
   cd C:\Projects\FileTest
  1. Build FileTest by your favorite build environment. Supported are Visual Studio 2017 (use FileTest_vs17.bat), Visual Studio 2008 (use FileTest_vs08.bat) or Windows Driver Kit (use make.bat).
   FileTest_vs17.bat

About

Source code for File Test - Interactive File System Test Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.1%
  • C 41.7%
  • Batchfile 0.2%