In a running process say “ProcessOne “ Loaded a module say “DllOne.dll” and calls its exported function say “DllOnesFunction1” In “DllOnesFunction1” Calls Loadlibray and dynamically loads another module say “DllTwo.dll” and calls it function say “DllTwosFunction2” In “DllTwosFunction2” Calls Loadlibray and dynamically loads another module say “DllThree.dll” and calls it function say “DllTthreesFunction3” if so how I can Hook “DllTthreesFunction3” with “MyDllTthreesFunction3” First whether it is possible ? is start from IAT of “ProcessOne “ Then what ? is EAT of “DllTwo.dll” ... If possible please give me what way I may start to find answer or just give brief idea or link to learn about it Expecting a valuable reply, Thanks in advance, Regards, Dileep S
D
dileep Perumbavoor
@dileep Perumbavoor