Maxim
2007-04-27 13:19:54 UTC
Hello, everyone.
How do I set a breakpoint on a WinAPI function? I need to find out where my
appication calls kernel32 LoadLibrary and FreeLibrary.
I've already tried different approaches with no success.
I set breakpoint on ***@4 wich was ok but the breakpoint was
never hit, but I'm sure that the function was called.
Also tried to set a breakpoint on
LoadLibrary
LoadLibraryW
::LoadLibrary
::LoadLibraryW
{,,kernel32.dll}LoadLibrary
{,,kernel32.dll}LoadLibraryW
with no success. VS said that the function is not found.
How do I set a breakpoint on a WinAPI function? I need to find out where my
appication calls kernel32 LoadLibrary and FreeLibrary.
I've already tried different approaches with no success.
I set breakpoint on ***@4 wich was ok but the breakpoint was
never hit, but I'm sure that the function was called.
Also tried to set a breakpoint on
LoadLibrary
LoadLibraryW
::LoadLibrary
::LoadLibraryW
{,,kernel32.dll}LoadLibrary
{,,kernel32.dll}LoadLibraryW
with no success. VS said that the function is not found.