backengineering / LetMeGG

A POC about how to prevent windbg break

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

A POC about how to prevent windbg break

License:MIT License


Languages

Language:C++ 100.0%