Stack-Walking and generated code
Last summer I looked at capturing callstacks (here and here) and ultimately landed on using RtlCaptureStackBackTrace. I had a short note saying that StackWalk64 was a slower alternative and that I had not found cases in which they disagreed. Now I have!
[Read More]