Skip to content

A POC about how to prevent windbg break

License

Notifications You must be signed in to change notification settings

backengineering/LetMeGG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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]

About

A POC about how to prevent windbg break

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages