Skip to content

gmh5225/LetMeGG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

Releases

No releases published

Packages

No packages published

Languages