Im currently selling one of my old kernel mode driver, it will bypass EAC and BE successfully.
It is sold as a .lib to include in your kernel app, and a .lib to include in your usermode app. You will then have access to the functions that load the driver and that handle everything.
Features :
Physical read/write memory to avoid KeStackAttach
Nulling PFN
Cleaning MmUnloaded and PiDDbCacheTable
Using MDL memory so not in BIG_POOL
Allocating memory
Freeing memory
Protecting memory
Getting Module base
Communication : private function 3 times chained data ptr swap.
Thread are APC non queuable.







