Searched refs:dll_data (Results 1 – 2 of 2) sorted by relevance
409 DllInterceptionData dll_data; in PatchNtdll() local410 dll_data.data_bytes = thunk_bytes; in PatchNtdll()411 dll_data.num_thunks = 0; in PatchNtdll()412 dll_data.used_bytes = offsetof(DllInterceptionData, thunks); in PatchNtdll()418 if (!PatchClientFunctions(thunks, thunk_bytes, &dll_data)) in PatchNtdll()423 bool ok = FALSE != ::WriteProcessMemory(child, thunks, &dll_data, in PatchNtdll()442 DllInterceptionData* dll_data) { in PatchClientFunctions() argument444 DCHECK(NULL != dll_data); in PatchClientFunctions()522 &thunks->thunks[dll_data->num_thunks], in PatchClientFunctions()523 thunk_bytes - dll_data->used_bytes, in PatchClientFunctions()[all …]
206 DllInterceptionData* dll_data);