覆盖附加的 DLL/SO 中导出的数据是否合法?
示例(win32):
t_Controller controller = (t_Controller*) GetProcAddress(SomeDLL, "Controller");
controller->Args = args; // <--- here
controller->Run();
覆盖附加的 DLL/SO 中导出的数据是否合法?
示例(win32):
t_Controller controller = (t_Controller*) GetProcAddress(SomeDLL, "Controller");
controller->Args = args; // <--- here
controller->Run();