anyway to programatically capture the data from the callstack window?
want to dump the full callstacks for every thread and dump to file for viewing.
started implementing from scratch from getting all threads, to manually walking the call stacks, but to go from return address to Findprocbegin, you have to run Analyzecode on every module you find which is slow and Findprocbegin didnt have that great of results.
I suppose i could try to popup the window from keyboard shortcuts and subclass the window or something but that would be messy i think :(
any thoughts?






