Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 497 Bytes

LetMeGG

What's this?

A POC about how to prevent windbg break

Principle

int2D(ExceptionInformation[0]=5)->
  KiDebugServiceTrap->
    KiExceptionDispatch->
      KiDispatchException->
        KdTrap->
          KdpTrap/KdpStub->
            KdpCommandString

image

Compile

  • Visual Studio 2022
  • llvm-msvc [link]