history.txt

来自「This ZIP archive includes the sources (a」· 文本 代码 · 共 99 行

TXT
99
字号

  FileTest history
  ================

 Version 1.7.0.157

 - Added support for FileHardLinkInformation

 Version 1.7.0.153

 - When mapping a file, it is now possible to control access to the pages

 Version 1.7.0.150

 - Fixed issue with file mapping when starting offset was nonzero
 - Spin controls in "File operations" tab work now :-)

 Version 1.7.0.148

 - Support for FileRenameInformation


 Version 1.7.0.145

 - In Vista, FileTest shows if running under elevated or restricted user.

 Version 1.7.0.137

 - Changed "Directory" in page for NtCreateFile to "Relative File"

 Version 1.7.0.128

 - Support for CreateFileTransacted and NtCreateFile under active transaction

 Version 1.7.0.94

 - Status/Last error controls are now edit boxes instead or static texts

 Version 1.7.0.92

 - Added support for transactions in Vista
 - Browse for file dialog now accepts not existing files


 Version 1.5.0.78

 - Full support for NtSetInformationFile and NtQueryDirectoryFile
 - Command line arguments have been changed to [file1] [file2] [dir]
 - Default flags for NtCreateFile have been changed to be able
   to call ReadFile/WriteFile on the opened file

 Version 1.5.0.72

 - Added the "SetInfo" page, supporting "NtSetInformationFile".
   (Only FILE_DISPOSITION_INFORMATION supported yet, more to come)

 Version 1.4.0.71

 - Added the "FlushFileBuffers" support. Thank you, Rod Widdowson !

 Version 1.2.0.69

 - Added Extended Attributes editor

 Version 1.2.0.66

 - FileTest no longer statically links Ntdll.lib
 - Support for AMD64 target
 - If a not-existing file has been deleted, FileTest reported no error

 Version 1.1.1.37

 - Removed the check if a handle is a Win32 or not.
 - Changed the font to "MS Shell Dlg", so now the GUI shows correct UNICODE
   file names.
 - Added GetFileAttributes 
 - The "File operations" contains "Use CopyFile() API" instead of "Don't use CopyFile"
 - Added the "NtQueryInfo" page with possibility to call NtQueryInformationFile
 

 Version 1.1.1.24
 
 - Completed open flags for the CreateFile "Flags & attributes" 
 - Reworked the DlgFlags dialog


 Version 1.1.1.20
 
 - Added possibility to get file name using NtQueryInformationFile
 - Added possibility to set the file size using Win32 API
 - Added possibility to get file ID using native API 
 - Added possibility to open the file by ID using NtCreateFile
 - Various create parameters are now better carried between
   CreateFile and NtCreateFile pages when changed
 - Fixed bug when converting lowercase hexa numbers to Int32 or Int64
 - The MSVC7 solution configuration has been updated
 - Several minor changes, like added version info, removed
   some commented code junk etc.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?