├── Clear System.png ├── PTBypass.pdb ├── PTBypass.sys ├── PTBypass_load.bat ├── PTBypass_unload.bat ├── With the PoC.png └── driver ├── build.bat ├── makefile.inc ├── makefile_i386 └── src ├── driver.cpp ├── hook.cpp ├── hook.h ├── memory.h ├── r0_common ├── common.cpp ├── common.h ├── debug.cpp ├── debug.h ├── lst.cpp ├── lst.h ├── pe.h └── undocnt.h ├── stdafx.h └── xde ├── xde.cpp ├── xde.h ├── xde.txt └── xdetbl.h /Clear System.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/Clear System.png -------------------------------------------------------------------------------- /PTBypass.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/PTBypass.pdb -------------------------------------------------------------------------------- /PTBypass.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/PTBypass.sys -------------------------------------------------------------------------------- /PTBypass_load.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/PTBypass_load.bat -------------------------------------------------------------------------------- /PTBypass_unload.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/PTBypass_unload.bat -------------------------------------------------------------------------------- /With the PoC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/With the PoC.png -------------------------------------------------------------------------------- /driver/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/build.bat -------------------------------------------------------------------------------- /driver/makefile.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/makefile.inc -------------------------------------------------------------------------------- /driver/makefile_i386: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/makefile_i386 -------------------------------------------------------------------------------- /driver/src/driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/driver.cpp -------------------------------------------------------------------------------- /driver/src/hook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/hook.cpp -------------------------------------------------------------------------------- /driver/src/hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/hook.h -------------------------------------------------------------------------------- /driver/src/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/memory.h -------------------------------------------------------------------------------- /driver/src/r0_common/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/r0_common/common.cpp -------------------------------------------------------------------------------- /driver/src/r0_common/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/r0_common/common.h -------------------------------------------------------------------------------- /driver/src/r0_common/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/r0_common/debug.cpp -------------------------------------------------------------------------------- /driver/src/r0_common/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/r0_common/debug.h -------------------------------------------------------------------------------- /driver/src/r0_common/lst.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/r0_common/lst.cpp -------------------------------------------------------------------------------- /driver/src/r0_common/lst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/r0_common/lst.h -------------------------------------------------------------------------------- /driver/src/r0_common/pe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/r0_common/pe.h -------------------------------------------------------------------------------- /driver/src/r0_common/undocnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/r0_common/undocnt.h -------------------------------------------------------------------------------- /driver/src/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/stdafx.h -------------------------------------------------------------------------------- /driver/src/xde/xde.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/xde/xde.cpp -------------------------------------------------------------------------------- /driver/src/xde/xde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/xde/xde.h -------------------------------------------------------------------------------- /driver/src/xde/xde.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/xde/xde.txt -------------------------------------------------------------------------------- /driver/src/xde/xdetbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cr4sh/PTBypass-PoC/HEAD/driver/src/xde/xdetbl.h --------------------------------------------------------------------------------