├── Makefile ├── README.md ├── base ├── helpers.h ├── mock.cpp └── mock.h ├── beacon.h ├── beacon_user_data.h ├── bof.cpp ├── bypass_uac_bof.sln ├── bypass_uac_bof.vcxproj ├── bypass_uac_bof.vcxproj.filters ├── bypassuac.cna ├── com_helper.h ├── packages.config └── task.xml /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/README.md -------------------------------------------------------------------------------- /base/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/base/helpers.h -------------------------------------------------------------------------------- /base/mock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/base/mock.cpp -------------------------------------------------------------------------------- /base/mock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/base/mock.h -------------------------------------------------------------------------------- /beacon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/beacon.h -------------------------------------------------------------------------------- /beacon_user_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/beacon_user_data.h -------------------------------------------------------------------------------- /bof.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/bof.cpp -------------------------------------------------------------------------------- /bypass_uac_bof.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/bypass_uac_bof.sln -------------------------------------------------------------------------------- /bypass_uac_bof.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/bypass_uac_bof.vcxproj -------------------------------------------------------------------------------- /bypass_uac_bof.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/bypass_uac_bof.vcxproj.filters -------------------------------------------------------------------------------- /bypassuac.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/bypassuac.cna -------------------------------------------------------------------------------- /com_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/com_helper.h -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/packages.config -------------------------------------------------------------------------------- /task.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BambiZombie/bypass_uac_bof/HEAD/task.xml --------------------------------------------------------------------------------