Windbg Manual Stack Walk Tutorial (Reconstruct stack using WinDBG)

preview_player
Показать описание
WinDBG manual stack walk of a corrupted stack using just WinDBG and notepad++
I use this technique in a pinch when I need to reconstruct the stack manually.

Attributions
Рекомендации по теме
Комментарии
Автор

New technique i've learned. Thanks!

indumathigopal
Автор

!teb does not work, it gives error InitTypeRead ( TEB )
.logopen does not work, it keeps saying "Log file could not be opened"

OkSear
Автор

Actually there is an error here in the explaination. At 6:09 you say that Notepad++ is highlighting a "return address". This is false. What you are highlighting is the EBP(the previous stack frame) pushed on to the stack, no the return address. In fact the return address is the function symbol that is above(in memory) from the old EBP.
To clarify at 6:13 0079ffdc is the old EBP(not the return address) and 77af7bf4 is the return address.

deckardpegasus
join shbcf.ru