Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dobin/RedEdr
/ SendToKernel
Function
SendToKernel
RedEdrTester/RedEdrTester.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
#include
"../RedEdr/logging.h"
34
35
void SendToKernel(int enable, char* target) {
36
printf(
"Sending: %d %s"
, enable, target);
37
ConfigureKernelDriver(enable);
38
}
39
40
41
void SendToKernelReader(char* data) {
Callers
1
main
Function · 0.85
Calls
1
ConfigureKernelDriver
Function · 0.85
Tested by
no test coverage detected