├── README.md ├── bins ├── README ├── ref_pe_injection32.exe └── ref_pe_injection64.exe └── ref_pe_injection.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d35ha/PEReflectiveInjection/HEAD/README.md -------------------------------------------------------------------------------- /bins/README: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bins/ref_pe_injection32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d35ha/PEReflectiveInjection/HEAD/bins/ref_pe_injection32.exe -------------------------------------------------------------------------------- /bins/ref_pe_injection64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d35ha/PEReflectiveInjection/HEAD/bins/ref_pe_injection64.exe -------------------------------------------------------------------------------- /ref_pe_injection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d35ha/PEReflectiveInjection/HEAD/ref_pe_injection.cpp --------------------------------------------------------------------------------