Skip to content

massimo-marino/memory-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memory-dumper

a memory dumper in C++17

C++17 implementation of a memory dumper

Requirements

cmake is used to compile the sources.

The default compiler used is clang++-5.0.

The cmake files compile with -std=c++17.

Install and Run the Example

$ git clone https://github.com:massimo-marino/memory-dumper.git
$ cd memory-dumper
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./dump-memory

How to Use it

See the source code and the example for examples of use.