├── .gitattributes ├── .vs └── PhysicalMemoryOperation │ └── v14 │ └── .suo ├── LICENSE ├── PhysicalMemoryOperation.VC.db ├── PhysicalMemoryOperation.sln ├── PhysicalMemoryOperation ├── Head.h ├── MyDebugPrint.h ├── PhysicalMemoryOperation.h ├── PhysicalMemoryOperation.inf ├── PhysicalMemoryOperation.vcxproj ├── PhysicalMemoryOperation.vcxproj.filters ├── PhysicalMemoryOperation.vcxproj.user ├── main.c └── x64 │ └── Release │ ├── Physical.B9212122.tlog │ ├── CL.command.1.tlog │ ├── CL.read.1.tlog │ ├── CL.write.1.tlog │ ├── PhysicalMemoryOperation.lastbuildstate │ ├── link.command.1.tlog │ ├── link.read.1.tlog │ ├── link.write.1.tlog │ ├── signtool.command.1.tlog │ ├── signtool.read.1.tlog │ ├── signtool.timestamp.1.tlog │ ├── signtool.write.1.tlog │ ├── stampinf.command.1.tlog │ ├── stampinf.read.1.tlog │ └── stampinf.write.1.tlog │ ├── PhysicalMemoryOperation.Build.CppClean.log │ ├── PhysicalMemoryOperation.inf │ ├── PhysicalMemoryOperation.log │ ├── main.obj │ └── vc140.pdb └── x64 └── Release ├── PhysicalMemoryOperation.cer ├── PhysicalMemoryOperation.inf ├── PhysicalMemoryOperation.pdb ├── PhysicalMemoryOperation.sys └── PhysicalMemoryOperation ├── PhysicalMemoryOperation.inf └── PhysicalMemoryOperation.sys /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/.gitattributes -------------------------------------------------------------------------------- /.vs/PhysicalMemoryOperation/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/.vs/PhysicalMemoryOperation/v14/.suo -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/LICENSE -------------------------------------------------------------------------------- /PhysicalMemoryOperation.VC.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation.VC.db -------------------------------------------------------------------------------- /PhysicalMemoryOperation.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation.sln -------------------------------------------------------------------------------- /PhysicalMemoryOperation/Head.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/Head.h -------------------------------------------------------------------------------- /PhysicalMemoryOperation/MyDebugPrint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/MyDebugPrint.h -------------------------------------------------------------------------------- /PhysicalMemoryOperation/PhysicalMemoryOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/PhysicalMemoryOperation.h -------------------------------------------------------------------------------- /PhysicalMemoryOperation/PhysicalMemoryOperation.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/PhysicalMemoryOperation.inf -------------------------------------------------------------------------------- /PhysicalMemoryOperation/PhysicalMemoryOperation.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/PhysicalMemoryOperation.vcxproj -------------------------------------------------------------------------------- /PhysicalMemoryOperation/PhysicalMemoryOperation.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/PhysicalMemoryOperation.vcxproj.filters -------------------------------------------------------------------------------- /PhysicalMemoryOperation/PhysicalMemoryOperation.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/PhysicalMemoryOperation.vcxproj.user -------------------------------------------------------------------------------- /PhysicalMemoryOperation/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/main.c -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/PhysicalMemoryOperation.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/PhysicalMemoryOperation.lastbuildstate -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/signtool.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/signtool.command.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/signtool.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/signtool.read.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/signtool.timestamp.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/signtool.timestamp.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/signtool.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/signtool.write.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/stampinf.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/stampinf.command.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/stampinf.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/stampinf.read.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/stampinf.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/Physical.B9212122.tlog/stampinf.write.1.tlog -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/PhysicalMemoryOperation.Build.CppClean.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/PhysicalMemoryOperation.Build.CppClean.log -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/PhysicalMemoryOperation.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/PhysicalMemoryOperation.inf -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/PhysicalMemoryOperation.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/PhysicalMemoryOperation.log -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/main.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/main.obj -------------------------------------------------------------------------------- /PhysicalMemoryOperation/x64/Release/vc140.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/PhysicalMemoryOperation/x64/Release/vc140.pdb -------------------------------------------------------------------------------- /x64/Release/PhysicalMemoryOperation.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/x64/Release/PhysicalMemoryOperation.cer -------------------------------------------------------------------------------- /x64/Release/PhysicalMemoryOperation.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/x64/Release/PhysicalMemoryOperation.inf -------------------------------------------------------------------------------- /x64/Release/PhysicalMemoryOperation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/x64/Release/PhysicalMemoryOperation.pdb -------------------------------------------------------------------------------- /x64/Release/PhysicalMemoryOperation.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/x64/Release/PhysicalMemoryOperation.sys -------------------------------------------------------------------------------- /x64/Release/PhysicalMemoryOperation/PhysicalMemoryOperation.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/x64/Release/PhysicalMemoryOperation/PhysicalMemoryOperation.inf -------------------------------------------------------------------------------- /x64/Release/PhysicalMemoryOperation/PhysicalMemoryOperation.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zouxianyu/PhysicalMemoryRW/HEAD/x64/Release/PhysicalMemoryOperation/PhysicalMemoryOperation.sys --------------------------------------------------------------------------------