Home
last modified time | relevance | path

Searched refs:replacingFunc (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/dll/
H A Dattach.cpp231 void PatchIAT(PIMAGE_DOS_HEADER dosHeader, PVOID replacingFunc, LPSTR exportingDll, LPVOID newFunct… in PatchIAT() argument
256 if (funcAddr == replacingFunc) { in PatchIAT()
366 BOOL PatchFunction(LPSTR exportingDll, PVOID replacingFunc, LPVOID newFunction) { in PatchFunction() argument
390 PatchIAT(dosHeader, replacingFunc, exportingDll, newFunction); in PatchFunction()