├── LICENSE ├── README.md ├── Sample.cpp ├── Target.cpp ├── include └── ZMemory.h ├── logo.png ├── source ├── ZDebug.h ├── ZMemory.h ├── ZPatch.h ├── ZTypes.h └── ZUtils.h └── termux.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/README.md -------------------------------------------------------------------------------- /Sample.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/Sample.cpp -------------------------------------------------------------------------------- /Target.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/Target.cpp -------------------------------------------------------------------------------- /include/ZMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/include/ZMemory.h -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/logo.png -------------------------------------------------------------------------------- /source/ZDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/source/ZDebug.h -------------------------------------------------------------------------------- /source/ZMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/source/ZMemory.h -------------------------------------------------------------------------------- /source/ZPatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/source/ZPatch.h -------------------------------------------------------------------------------- /source/ZTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/source/ZTypes.h -------------------------------------------------------------------------------- /source/ZUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/source/ZUtils.h -------------------------------------------------------------------------------- /termux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ac3ss0r/ZMemory/HEAD/termux.sh --------------------------------------------------------------------------------