Programmatically determine callstack?
Posted: Sat Nov 24, 2018 5:31 am
Programmatically, is it possible to determine the callstack (w/o modifying every procedure/module to figure it out)
(why? I have a dll that has "attachThread()" and "detechThread()" that are getting called almost 100 times per second, but I have no threads loading/unloading that fast. The DLL is only declare with the Import/EndImport at the beginning of the code, so it's not reloaded anywhere in code.)
(why? I have a dll that has "attachThread()" and "detechThread()" that are getting called almost 100 times per second, but I have no threads loading/unloading that fast. The DLL is only declare with the Import/EndImport at the beginning of the code, so it's not reloaded anywhere in code.)