EaseFilter File System Monitor Filter Driver SDK v5.x

Released: May 7, 2020

v5.x での更新項目

v5.1.9.2

Updated Jul 13, 2022

Fixes

  • Prevent the process from being suspended.

v5.1.9.1

Updated Jul 5, 2022

Fixes

  • Prevent the thread termination for the protected process.
  • Fixed the REG_ALLOW_DELETE_VALUE_KEY not working issue.

v5.1.8.1

Updated May 2, 2022

Fixes

  • Fixed the issue which the user access rights not working correctly.

v5.1.7.2

Updated Apr 24, 2022

Features

  • Enhanced driver connection security checks.

v5.1.7.1

Updated Apr 15, 2022

Features

  • Added trusted process to control filter rules.

Fixes

  • Fixed the slow issue of the service starting.

v5.1.6.2

Updated Mar 18, 2022

Features

  • Added support for getting encryption key only and tag data from user mode service.
  • Added support for authorizing encryption or decryption in use mode callback function.

v5.1.6.1

Updated Jan 19, 2022

Features

  • Added support for different return status when requesting encryption key from user mode.

Fixes

  • Fixed the block pre_write callback I/O issue.

v5.1.5.1

Updated Nov 28, 2021

Features

  • Added support for getting encryption key, iv and tag data from the user mode service.

v5.1.4.2

Updated Nov 23, 2021

Fixes

  • Fixed a license check error.

v5.1.4.1

Updated Nov 19, 2021

Fixes

  • Fixed the error where the file can't be encrypted when you right click to create a new file in Windows 10.

v5.1.3.1

Updated Oct 26, 2021

Fixes

  • Fixed office encryption error.

v5.1.2.2

Updated Oct 9, 2021

Features

  • Added OnProcessPreTermination callback support.

v5.1.1.3

Updated Aug 03, 2021

Features

  • Changed API "RegisterEventTypeToFilterRule" to "RegisterFileChangedEventsToFilterRule".

v5.1.1.1

Updated Jun 3, 2021

Features

  • Added new boolean config flag to block encryption from renaming to a different folder.

v5.1.0.1

Updated Mar 5, 2021

Fixes

  • Fixed can't get rename event when rename file from outside of the watch folder to the watch folder in Windows 10.

v5.0.9.1

Updated Feb 23, 2021

Fixes

  • Fixed delete event can't be blocked issue in Windows 10.

v5.0.8.2

Updated Feb 16, 2021

Fixes

  • Fixed encryption on the go can't rename the file.

v5.0.8.1

Updated Feb 13, 2021

Fixes

  • Fixed set both user right and process right together not working issue.

v5.0.7.1

Updated Jan 3, 2021

Features

  • Added new register monitor and control IOs event type.

v5.0.6.7

Updated Dec 23, 2020

Fixes

  • Fixed BSOD to transfer multiple blocks read/write data to user mode.
  • Fixed rename taget file is empty issue.

v5.0.6.6

Updated Dec 13, 2020

Fixes

  • Fixed process Id access rights not working issue.

v5.0.6.5

Updated Nov 30, 2020

Features

  • Added support to allow/deny file reading from USB, or file writing to USB.

v5.0.6.4

Updated Nov 9, 2020

Features

  • Added support for sending the denied event to the service when the IO was blocked by the control flag setting.

v5.0.6.1

Updated Nov 3, 2020

Features

  • Added support for Microsoft Windows 10 to new rename and delete class.
  • Added filter rule Id to every notification message.
  • Added buffer support for monitor IO events.

v5.0.5.1

Updated Sep 7, 2020

Features

  • Added new feature which allows you to get a notification with the volume attached or detached.
  • Added new feature which allows you to prevent a volume from being formatted or dismounted.

v5.0.4.0

Updated Jul 14, 2020

Features

  • Added process image name cache table to optimize process name access.

v5.0.3.9

Updated Jun 30, 2020

Fixes

  • Fixed occasional BSOD issue when stop the process filter driver service.

v5.0.3.2

Updated Jun 26, 2020

Features

  • Improved process filter driver performance.
  • Added new feature to support file encryption on the go, automatically encrypt a file before it is sent out.

v5.0.2.8

Updated Jun 18, 2020

Fixes

  • Fixed BSOD issue for process filter driver when process created and closed frequently.
  • Fixed BSOD issue for the registry filter driver when the service was stopped.

v5.0.2.1

Updated Jun 08, 2020

Features

  • Added Callback I/O filter, with file open options, to filter rule.
  • Added Callback I/O filter options to process filter rule.

v5.0.1.2

Updated May 14, 2020

Features

  • Added filter rule Id to filter, get the filter rule Id when the IO was registered.
  • Support to register, monitor and control IO callback for process name base filter.

v5.0.0.6

Updated May 7, 2020

Features

  • Support encryption with header method.
  • Added registry key name filter mask option.
  • Added support to open remote file path in API GetFileHandleInFilter.

Fixes

  • Fixed UNC path file name is not correct.