mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
e
This commit is contained in:
parent
af62e47949
commit
d94ee8ee61
1 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,8 @@ VOID kernelmode::Driver::RequestModuleExecutableRegions()
|
||||||
|
|
||||||
LOG_INFO( "bytes returned: %lx", bytes_returned );
|
LOG_INFO( "bytes returned: %lx", bytes_returned );
|
||||||
|
|
||||||
|
this->report_interface->ServerSend( buffer, module_size, SERVER_SEND_MODULE_INTEGRITY_CHECK );
|
||||||
|
|
||||||
end:
|
end:
|
||||||
free( buffer );
|
free( buffer );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue