├── HashGenerator ├── HashGenerator.exe ├── HashGenerator.sln ├── HashGenerator.vcxproj ├── HashGenerator.vcxproj.filters ├── HashGenerator.vcxproj.user └── Main.c ├── README.md ├── Sample ├── Defines.h ├── Main.c ├── Sample.exe ├── Sample.sln ├── Sample.vcxproj ├── Sample.vcxproj.filters └── Sample.vcxproj.user ├── Terminator ├── RecycledInjector.exe ├── Terminator.sys └── terminator.txt └── src ├── GateTrampolin.asm ├── RecycledGate.c └── RecycledGate.h /HashGenerator/HashGenerator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/HashGenerator/HashGenerator.exe -------------------------------------------------------------------------------- /HashGenerator/HashGenerator.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/HashGenerator/HashGenerator.sln -------------------------------------------------------------------------------- /HashGenerator/HashGenerator.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/HashGenerator/HashGenerator.vcxproj -------------------------------------------------------------------------------- /HashGenerator/HashGenerator.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/HashGenerator/HashGenerator.vcxproj.filters -------------------------------------------------------------------------------- /HashGenerator/HashGenerator.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/HashGenerator/HashGenerator.vcxproj.user -------------------------------------------------------------------------------- /HashGenerator/Main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/HashGenerator/Main.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/README.md -------------------------------------------------------------------------------- /Sample/Defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Sample/Defines.h -------------------------------------------------------------------------------- /Sample/Main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Sample/Main.c -------------------------------------------------------------------------------- /Sample/Sample.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Sample/Sample.exe -------------------------------------------------------------------------------- /Sample/Sample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Sample/Sample.sln -------------------------------------------------------------------------------- /Sample/Sample.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Sample/Sample.vcxproj -------------------------------------------------------------------------------- /Sample/Sample.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Sample/Sample.vcxproj.filters -------------------------------------------------------------------------------- /Sample/Sample.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Sample/Sample.vcxproj.user -------------------------------------------------------------------------------- /Terminator/RecycledInjector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Terminator/RecycledInjector.exe -------------------------------------------------------------------------------- /Terminator/Terminator.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Terminator/Terminator.sys -------------------------------------------------------------------------------- /Terminator/terminator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/Terminator/terminator.txt -------------------------------------------------------------------------------- /src/GateTrampolin.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/src/GateTrampolin.asm -------------------------------------------------------------------------------- /src/RecycledGate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/src/RecycledGate.c -------------------------------------------------------------------------------- /src/RecycledGate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/florylsk/RecycledInjector/HEAD/src/RecycledGate.h --------------------------------------------------------------------------------