├── ArbitaryPhysRW_RegManipulation_PoC.sln ├── ArbitaryPhysRW_RegManipulation_PoC ├── ArbitaryPhysRW_RegManipulation_PoC.cpp ├── ArbitaryPhysRW_RegManipulation_PoC.vcxproj ├── ArbitaryPhysRW_RegManipulation_PoC.vcxproj.filters └── ArbitaryPhysRW_RegManipulation_PoC.vcxproj.user ├── LICENSE ├── Load.bat └── README.md /ArbitaryPhysRW_RegManipulation_PoC.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xyrem/Arbitrary-Physical-Memory-RW/HEAD/ArbitaryPhysRW_RegManipulation_PoC.sln -------------------------------------------------------------------------------- /ArbitaryPhysRW_RegManipulation_PoC/ArbitaryPhysRW_RegManipulation_PoC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xyrem/Arbitrary-Physical-Memory-RW/HEAD/ArbitaryPhysRW_RegManipulation_PoC/ArbitaryPhysRW_RegManipulation_PoC.cpp -------------------------------------------------------------------------------- /ArbitaryPhysRW_RegManipulation_PoC/ArbitaryPhysRW_RegManipulation_PoC.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xyrem/Arbitrary-Physical-Memory-RW/HEAD/ArbitaryPhysRW_RegManipulation_PoC/ArbitaryPhysRW_RegManipulation_PoC.vcxproj -------------------------------------------------------------------------------- /ArbitaryPhysRW_RegManipulation_PoC/ArbitaryPhysRW_RegManipulation_PoC.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xyrem/Arbitrary-Physical-Memory-RW/HEAD/ArbitaryPhysRW_RegManipulation_PoC/ArbitaryPhysRW_RegManipulation_PoC.vcxproj.filters -------------------------------------------------------------------------------- /ArbitaryPhysRW_RegManipulation_PoC/ArbitaryPhysRW_RegManipulation_PoC.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xyrem/Arbitrary-Physical-Memory-RW/HEAD/ArbitaryPhysRW_RegManipulation_PoC/ArbitaryPhysRW_RegManipulation_PoC.vcxproj.user -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xyrem/Arbitrary-Physical-Memory-RW/HEAD/LICENSE -------------------------------------------------------------------------------- /Load.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xyrem/Arbitrary-Physical-Memory-RW/HEAD/Load.bat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xyrem/Arbitrary-Physical-Memory-RW/HEAD/README.md --------------------------------------------------------------------------------