Owlyshield icon indicating copy to clipboard operation
Owlyshield copied to clipboard

upgrade windows dependencies and make driver_com.rs more modular

Open sn99 opened this issue 2 years ago • 0 comments

  • Dependencies are now upgraded to latest so no longer need to use null_mut, now uses None
  • Broke down driver_com into 2 parts, one sharing equivalent definitions with minifilter
  • Heavier use of inlining
  • More documentation and rust-y code

sn99 avatar Jan 11 '23 06:01 sn99