Nukem9 / BindFltAPI

Undocumented BindFlt user mode API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bindfltapi

Undocumented BindFlt user mode API otherwise known as bindfltapi.dll, bindflt.dll, or bindlink.dll.

Information has been sourced from BuildXL, hcsshim, and go-winio. BindFlt's public successor, Bindlink, was introduced roughly a year ago but still hasn't been released at the time of writing.

This header expects machines to be running Windows 10 RS6 or newer. Older editions have minor API changes and aren't guaranteed to work.

Building the example

  • CMake and vcpkg are expected to be set up beforehand. Visual Studio 2022 is recommended.
  • Open the directory in Visual Studio and select the Debug x64 or Release x64 preset.
  • Build.
  • Run BindfltAPIDemo.exe.

License

About

Undocumented BindFlt user mode API.

License:MIT License


Languages

Language:C++ 50.6%Language:C 31.4%Language:CMake 14.7%Language:PowerShell 3.4%