Windbg Manual Stack Walk Tutorial (Reconstruct stack using WinDBG)

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 6

  • @OkSear
    @OkSear Год назад +1

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

  • @indumathigopal1816
    @indumathigopal1816 3 года назад +1

    New technique i've learned. Thanks!

  • @deckard5pegasus673
    @deckard5pegasus673 Год назад

    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 (ntdll!_RtlUserThreadStart+0x1b) is the return address.

    • @deckard5pegasus673
      @deckard5pegasus673 Год назад

      ...although you do seem to "correct" the error later in the explaination.
      Anyhow nice video.

  • @yjc149
    @yjc149 2 года назад

    thanks.. high voice!