If you can’t find the function, find the caller and see what the caller jumps to
You're debugging a program and you want to set a breakpoint on some function, say, netapi32!DsAddressToSiteNameW, but when you execute the bp netapi32!DsAddressToSiteNameW command in the debugger, the debugger says that there is no such function. The Advanced Windows Debugging book says that the bp comman...