├── README.md ├── detail.c ├── detail.h ├── luautil.h ├── phnt ├── ntdbg.h ├── ntexapi.h ├── ntgdi.h ├── ntioapi.h ├── ntkeapi.h ├── ntldr.h ├── ntlpcapi.h ├── ntmisc.h ├── ntmmapi.h ├── ntnls.h ├── ntobapi.h ├── ntpebteb.h ├── ntpfapi.h ├── ntpnpapi.h ├── ntpoapi.h ├── ntpsapi.h ├── ntregapi.h ├── ntrtl.h ├── ntsam.h ├── ntseapi.h ├── ntsmss.h ├── nttmapi.h ├── nttp.h ├── ntwow64.h ├── ntxcapi.h ├── ntzwapi.h ├── phnt.h ├── phnt_ntdef.h ├── phnt_windows.h ├── subprocesstag.h └── winsta.h ├── poc.c ├── poc.h └── uac-launchinfsection-poc.vcxproj /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/README.md -------------------------------------------------------------------------------- /detail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/detail.c -------------------------------------------------------------------------------- /detail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/detail.h -------------------------------------------------------------------------------- /luautil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/luautil.h -------------------------------------------------------------------------------- /phnt/ntdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntdbg.h -------------------------------------------------------------------------------- /phnt/ntexapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntexapi.h -------------------------------------------------------------------------------- /phnt/ntgdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntgdi.h -------------------------------------------------------------------------------- /phnt/ntioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntioapi.h -------------------------------------------------------------------------------- /phnt/ntkeapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntkeapi.h -------------------------------------------------------------------------------- /phnt/ntldr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntldr.h -------------------------------------------------------------------------------- /phnt/ntlpcapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntlpcapi.h -------------------------------------------------------------------------------- /phnt/ntmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntmisc.h -------------------------------------------------------------------------------- /phnt/ntmmapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntmmapi.h -------------------------------------------------------------------------------- /phnt/ntnls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntnls.h -------------------------------------------------------------------------------- /phnt/ntobapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntobapi.h -------------------------------------------------------------------------------- /phnt/ntpebteb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntpebteb.h -------------------------------------------------------------------------------- /phnt/ntpfapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntpfapi.h -------------------------------------------------------------------------------- /phnt/ntpnpapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntpnpapi.h -------------------------------------------------------------------------------- /phnt/ntpoapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntpoapi.h -------------------------------------------------------------------------------- /phnt/ntpsapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntpsapi.h -------------------------------------------------------------------------------- /phnt/ntregapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntregapi.h -------------------------------------------------------------------------------- /phnt/ntrtl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntrtl.h -------------------------------------------------------------------------------- /phnt/ntsam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntsam.h -------------------------------------------------------------------------------- /phnt/ntseapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntseapi.h -------------------------------------------------------------------------------- /phnt/ntsmss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntsmss.h -------------------------------------------------------------------------------- /phnt/nttmapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/nttmapi.h -------------------------------------------------------------------------------- /phnt/nttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/nttp.h -------------------------------------------------------------------------------- /phnt/ntwow64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntwow64.h -------------------------------------------------------------------------------- /phnt/ntxcapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntxcapi.h -------------------------------------------------------------------------------- /phnt/ntzwapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/ntzwapi.h -------------------------------------------------------------------------------- /phnt/phnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/phnt.h -------------------------------------------------------------------------------- /phnt/phnt_ntdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/phnt_ntdef.h -------------------------------------------------------------------------------- /phnt/phnt_windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/phnt_windows.h -------------------------------------------------------------------------------- /phnt/subprocesstag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/subprocesstag.h -------------------------------------------------------------------------------- /phnt/winsta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/phnt/winsta.h -------------------------------------------------------------------------------- /poc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/poc.c -------------------------------------------------------------------------------- /poc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/poc.h -------------------------------------------------------------------------------- /uac-launchinfsection-poc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dro/uac-launchinf-poc/HEAD/uac-launchinfsection-poc.vcxproj --------------------------------------------------------------------------------