├── README.md ├── README ├── image-20220304130302359.png ├── image-20220304130326063.png └── image-20220304130353628.png ├── rpcscan.cna ├── rpcscan.dll └── rpcscan ├── Backup └── reflective_dll.sln ├── reflective_dll.sln ├── reflective_dll.vcproj ├── reflective_dll.vcxproj ├── reflective_dll.vcxproj.filters ├── reflective_dll.vcxproj.user ├── rpc.c ├── rpc.h ├── src ├── ReflectiveDLLInjection.h ├── ReflectiveDll.c ├── ReflectiveLoader.c └── ReflectiveLoader.h └── thread_pool.hpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/README.md -------------------------------------------------------------------------------- /README/image-20220304130302359.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/README/image-20220304130302359.png -------------------------------------------------------------------------------- /README/image-20220304130326063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/README/image-20220304130326063.png -------------------------------------------------------------------------------- /README/image-20220304130353628.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/README/image-20220304130353628.png -------------------------------------------------------------------------------- /rpcscan.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan.cna -------------------------------------------------------------------------------- /rpcscan.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan.dll -------------------------------------------------------------------------------- /rpcscan/Backup/reflective_dll.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/Backup/reflective_dll.sln -------------------------------------------------------------------------------- /rpcscan/reflective_dll.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/reflective_dll.sln -------------------------------------------------------------------------------- /rpcscan/reflective_dll.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/reflective_dll.vcproj -------------------------------------------------------------------------------- /rpcscan/reflective_dll.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/reflective_dll.vcxproj -------------------------------------------------------------------------------- /rpcscan/reflective_dll.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/reflective_dll.vcxproj.filters -------------------------------------------------------------------------------- /rpcscan/reflective_dll.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/reflective_dll.vcxproj.user -------------------------------------------------------------------------------- /rpcscan/rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/rpc.c -------------------------------------------------------------------------------- /rpcscan/rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/rpc.h -------------------------------------------------------------------------------- /rpcscan/src/ReflectiveDLLInjection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/src/ReflectiveDLLInjection.h -------------------------------------------------------------------------------- /rpcscan/src/ReflectiveDll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/src/ReflectiveDll.c -------------------------------------------------------------------------------- /rpcscan/src/ReflectiveLoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/src/ReflectiveLoader.c -------------------------------------------------------------------------------- /rpcscan/src/ReflectiveLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/src/ReflectiveLoader.h -------------------------------------------------------------------------------- /rpcscan/thread_pool.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JDArmy/RPCSCAN/HEAD/rpcscan/thread_pool.hpp --------------------------------------------------------------------------------