aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1e19ce88617e9a93ab75b5c17957d05b9bc264a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# MemDump
Dump Memory

# Building

If you are building for Android and your host is linux:<br/>
```bash
export NDK_PROJECT_DIR=`pwd`
make android
```

If you are building for android and your host is windows and you use cygwin, you can't use `pwd` to get the path since that would return a nix style path and your windows ndk won't recognize that. Just give it a windows path.<br/>

For Linux:
```bash
make
```

if you are building on linux for linux or android on android just run `make` and you're good to go. you obviously need sudo to attach to a pid so it wont work on your android device if its not rooted.<br/>

For windows:
You can't use this to get RAM dumps on windows.<br/>

## TODO
windows support.<br/>