├── .gitattributes ├── Aggressor Scipt └── schtasks-dll.cna ├── SchTasks-DLL ├── ReflectiveDLLInjection.h ├── ReflectiveLoader.c ├── ReflectiveLoader.h ├── SchTasks-DLL.vcxproj └── dllmain.cpp └── Schtasks-DLL.sln /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderGunExpress/Reflective_Schtasks/HEAD/.gitattributes -------------------------------------------------------------------------------- /Aggressor Scipt/schtasks-dll.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderGunExpress/Reflective_Schtasks/HEAD/Aggressor Scipt/schtasks-dll.cna -------------------------------------------------------------------------------- /SchTasks-DLL/ReflectiveDLLInjection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderGunExpress/Reflective_Schtasks/HEAD/SchTasks-DLL/ReflectiveDLLInjection.h -------------------------------------------------------------------------------- /SchTasks-DLL/ReflectiveLoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderGunExpress/Reflective_Schtasks/HEAD/SchTasks-DLL/ReflectiveLoader.c -------------------------------------------------------------------------------- /SchTasks-DLL/ReflectiveLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderGunExpress/Reflective_Schtasks/HEAD/SchTasks-DLL/ReflectiveLoader.h -------------------------------------------------------------------------------- /SchTasks-DLL/SchTasks-DLL.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderGunExpress/Reflective_Schtasks/HEAD/SchTasks-DLL/SchTasks-DLL.vcxproj -------------------------------------------------------------------------------- /SchTasks-DLL/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderGunExpress/Reflective_Schtasks/HEAD/SchTasks-DLL/dllmain.cpp -------------------------------------------------------------------------------- /Schtasks-DLL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderGunExpress/Reflective_Schtasks/HEAD/Schtasks-DLL.sln --------------------------------------------------------------------------------