├── LICENSE ├── README.md ├── dbutil_2_3.sys ├── decryptMinidump.py ├── images └── theHandler_1.png ├── src ├── beacon.h ├── compile_bof.bat └── theHandler.c └── theHandler ├── theHandler.cna └── theHandler.o /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/README.md -------------------------------------------------------------------------------- /dbutil_2_3.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/dbutil_2_3.sys -------------------------------------------------------------------------------- /decryptMinidump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/decryptMinidump.py -------------------------------------------------------------------------------- /images/theHandler_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/images/theHandler_1.png -------------------------------------------------------------------------------- /src/beacon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/src/beacon.h -------------------------------------------------------------------------------- /src/compile_bof.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/src/compile_bof.bat -------------------------------------------------------------------------------- /src/theHandler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/src/theHandler.c -------------------------------------------------------------------------------- /theHandler/theHandler.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/theHandler/theHandler.cna -------------------------------------------------------------------------------- /theHandler/theHandler.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ColeHouston/theHandler-BOF/HEAD/theHandler/theHandler.o --------------------------------------------------------------------------------