Skip to content

Releases: SubconsciousCompute/fsfilter-rs

Better docs and general improvements

10 Mar 09:55
af06767
Compare
Choose a tag to compare
  • Add DEBUG docs
  • Upgrade sysinfo from 0.27.1 -> 0.28.0
  • Increase capacity of certain objects in minifilter

Features, stabality and performance improvements

25 Jan 09:30
Compare
Choose a tag to compare
  • Refactor minifilter
  • Improve printing speed, for example
  • General stability improvements
  • Upgrade windows-rs 0.43.0 -> 0.44.0
  • Add rough SystemTime to IPR messages and compare them
    using the same
  • Better handling of exepath for IOMessage IRP

Stabality and performance improvements

20 Dec 05:59
cf2fc75
Compare
Choose a tag to compare
  • Fix issue of floating point operations in kernel driver
  • Performance improvements

Stabality improvements

19 Dec 12:08
9414821
Compare
Choose a tag to compare
  • Upgrade C standard to C11
  • General stability improvements around IRQL, DriverEntry, etc
  • Update sysinfo to 0.27.1

Mostly readability and fix memory issues

09 Nov 19:09
3aa5485
Compare
Choose a tag to compare
  • Replace ZwClose with FltClose in minifilter to solve the potential memory leak
  • Remove unused dependencies and add categories to Cargo.toml
  • Vastly improve documentation
  • Refactor code to be more readable and concise.

More performance improvements

29 Oct 07:46
Compare
Choose a tag to compare
  • Improve performance even further
  • Add #[inline] calls to all functions
  • Remove x86, arm and arm64 targets from minifilter
  • Upgrade to c++20 standard for minifilter
  • Reduce wait time for example

initial

28 Oct 14:44
Compare
Choose a tag to compare
  • Improve performance of minifilter by using -O2 and -LTO alongside release build
  • Improve performance of example by not locking and releasing IO
  • Refactor and reformat minifilter
  • Stop using debug libraries for minifilter
  • Update readme and add changelog
  • Add LICENSE