I need to do some stuff in a dll based on which process has loaded it. So being relatively new to windows programming I need help figuring out how to find the exe which loaded the current dll. So far
I\'m trying to get the name of a module loaded in another process with GetModuleFileNameA. I\'ve loaded a symbol using dbgHelp and got its module base address but 2 weird thing happen:
We have an application structured roughly like this: <Grid x:Name=\"LayoutRoot\"> <ScrollViewer>