ChildEBP RetAddr的解释

参考文章

http://www.sevenforums.com/crash-lockup-debug-how/34871-advanced-principles-debugging.html

 

  1. ChildEBP: a pointer to a memory location which stores the address of the previous function on the stack ("stack frame").
  2. RetAddr: The "return address" where processing will resume once this function returns (finishes what it had to do).

 

posted @ 2012-08-22 15:42  友学友  阅读(3501)  评论(0编辑  收藏  举报