lqqqc

Results 1 issues of lqqqc

how to unload this driver? `NtUnloadDriver()` can't ``` LSTATUS UnloadDriver(CONST LPSTR aService) { LSTATUS ret{ -1 }; HMODULE hNtdll{ 0 }; LPSTR aDriverKey{ 0 }; LSTATUS l{ 0 }; UNICODE_STRING...