_Servil_
November 17th, 2002, 20:54
hello,
i 'm struggling to hook a plugin exported entry in ollydbg. the eproblem -- the module is loaded only when needed and unloaded instantly after execution (imprec). i tried to locate the getprocaddress followed the call into module but there are just two such a places, which only test the export entry presence discarding the address immediately ;(
with help of filemon i located place where plugin is executed (dunno if executed but file is accessed)
0043C9EA FF15 DCE14300 CALL NEAR [DWORD DS:43E1DC] ; kernel32.ResumeThread
which leads to int 2e which olly can't step-in, that may be the reason why it refused to stop at int 3 though i3 triggering was on and i placed bpt at the api start.. anybody would know how to hook to the api? (thanks)
i 'm struggling to hook a plugin exported entry in ollydbg. the eproblem -- the module is loaded only when needed and unloaded instantly after execution (imprec). i tried to locate the getprocaddress followed the call into module but there are just two such a places, which only test the export entry presence discarding the address immediately ;(
with help of filemon i located place where plugin is executed (dunno if executed but file is accessed)
0043C9EA FF15 DCE14300 CALL NEAR [DWORD DS:43E1DC] ; kernel32.ResumeThread
which leads to int 2e which olly can't step-in, that may be the reason why it refused to stop at int 3 though i3 triggering was on and i placed bpt at the api start.. anybody would know how to hook to the api? (thanks)