I'm trying to unwind a x64 stack.
In order to do so I need to follow this algorithm specified here:
http://msdn.microsoft.com/en-us/library/8ydc79k6.aspx
But in order to follow it, I need to know how to find the correct RUNTIME_FUNCTION
, but I couldn't find a complete algorithm for this...
does anybody know how to do it? (A link or example will be also really appreciated)