Program for visualizing arbitrary part of remote process memory in real-time.
May be useful for working with things like
framebuffers/textures and tracking how these stuff content changes over the time.
- Supports many pixel formats
- Works on both Linux and Windows (including XP)
- Based on SDL2 library
- Clone this repository.
git clone --recursive https://github.com/SNMetamorph/mem2pix.git
cd mem2pix
git submodule update --init --recursive
- Open CMakeLists.txt using Visual Studio
- Select desired build type
- Build entire project
- Make sure that you has all required packages (cmake, gcc, etc.)
- Clone this repository, as described above.
- Run these commands
mkdir -p build
cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
make
Result executable file will be located in /build/BUILD_TYPE/bin directory.