├── MSFRottenPotato.sln ├── MSFRottenPotato ├── BlockingQueue.h ├── IStorageTrigger.cpp ├── IStorageTrigger.h ├── LocalNegotiator.cpp ├── LocalNegotiator.h ├── MSFRottenPotato.cpp ├── MSFRottenPotato.h ├── MSFRottenPotato.vcxproj ├── MSFRottenPotato.vcxproj.filters ├── MSFRottenPotato.vcxproj.user ├── ReflectiveDllInjection.h ├── ReflectiveLoader.c ├── ReflectiveLoader.h ├── dllmain.cpp ├── dump.stg ├── stdafx.cpp ├── stdafx.h └── targetver.h ├── potato.x64.dll ├── potato.x86.dll ├── rottenpotato.cna └── rottenpotato.rb /MSFRottenPotato.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato.sln -------------------------------------------------------------------------------- /MSFRottenPotato/BlockingQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/BlockingQueue.h -------------------------------------------------------------------------------- /MSFRottenPotato/IStorageTrigger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/IStorageTrigger.cpp -------------------------------------------------------------------------------- /MSFRottenPotato/IStorageTrigger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/IStorageTrigger.h -------------------------------------------------------------------------------- /MSFRottenPotato/LocalNegotiator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/LocalNegotiator.cpp -------------------------------------------------------------------------------- /MSFRottenPotato/LocalNegotiator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/LocalNegotiator.h -------------------------------------------------------------------------------- /MSFRottenPotato/MSFRottenPotato.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/MSFRottenPotato.cpp -------------------------------------------------------------------------------- /MSFRottenPotato/MSFRottenPotato.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/MSFRottenPotato.h -------------------------------------------------------------------------------- /MSFRottenPotato/MSFRottenPotato.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/MSFRottenPotato.vcxproj -------------------------------------------------------------------------------- /MSFRottenPotato/MSFRottenPotato.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/MSFRottenPotato.vcxproj.filters -------------------------------------------------------------------------------- /MSFRottenPotato/MSFRottenPotato.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/MSFRottenPotato.vcxproj.user -------------------------------------------------------------------------------- /MSFRottenPotato/ReflectiveDllInjection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/ReflectiveDllInjection.h -------------------------------------------------------------------------------- /MSFRottenPotato/ReflectiveLoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/ReflectiveLoader.c -------------------------------------------------------------------------------- /MSFRottenPotato/ReflectiveLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/ReflectiveLoader.h -------------------------------------------------------------------------------- /MSFRottenPotato/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/dllmain.cpp -------------------------------------------------------------------------------- /MSFRottenPotato/dump.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/dump.stg -------------------------------------------------------------------------------- /MSFRottenPotato/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/stdafx.cpp -------------------------------------------------------------------------------- /MSFRottenPotato/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/stdafx.h -------------------------------------------------------------------------------- /MSFRottenPotato/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/MSFRottenPotato/targetver.h -------------------------------------------------------------------------------- /potato.x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/potato.x64.dll -------------------------------------------------------------------------------- /potato.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/potato.x86.dll -------------------------------------------------------------------------------- /rottenpotato.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/rottenpotato.cna -------------------------------------------------------------------------------- /rottenpotato.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johnjohnsp1/reflectivepotato/HEAD/rottenpotato.rb --------------------------------------------------------------------------------