├── README.md ├── RemoteReflectiveDLL.sln └── RemoteReflectiveDLL ├── MemoryModule.cpp ├── MemoryModule.h ├── RemoteReflectiveDLL.vcxproj ├── RemoteReflectiveDLL.vcxproj.filters ├── RemoteReflectiveDLL.vcxproj.user └── Source.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/RemoteReflectiveDLL/HEAD/README.md -------------------------------------------------------------------------------- /RemoteReflectiveDLL.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/RemoteReflectiveDLL/HEAD/RemoteReflectiveDLL.sln -------------------------------------------------------------------------------- /RemoteReflectiveDLL/MemoryModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/RemoteReflectiveDLL/HEAD/RemoteReflectiveDLL/MemoryModule.cpp -------------------------------------------------------------------------------- /RemoteReflectiveDLL/MemoryModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/RemoteReflectiveDLL/HEAD/RemoteReflectiveDLL/MemoryModule.h -------------------------------------------------------------------------------- /RemoteReflectiveDLL/RemoteReflectiveDLL.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/RemoteReflectiveDLL/HEAD/RemoteReflectiveDLL/RemoteReflectiveDLL.vcxproj -------------------------------------------------------------------------------- /RemoteReflectiveDLL/RemoteReflectiveDLL.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/RemoteReflectiveDLL/HEAD/RemoteReflectiveDLL/RemoteReflectiveDLL.vcxproj.filters -------------------------------------------------------------------------------- /RemoteReflectiveDLL/RemoteReflectiveDLL.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/RemoteReflectiveDLL/HEAD/RemoteReflectiveDLL/RemoteReflectiveDLL.vcxproj.user -------------------------------------------------------------------------------- /RemoteReflectiveDLL/Source.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/RemoteReflectiveDLL/HEAD/RemoteReflectiveDLL/Source.cpp --------------------------------------------------------------------------------