aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: cfaee7af8a201b16cfd0dcc92960354024f7c9f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

           












                            
# MemDump
Dump Memory

# Building

For Android:<br/>
```bash
export NDK_PROJECT_DIR=`pwd`
make android
```

For Linux:
```bash
make
```