diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-07 22:38:00 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2016-02-07 22:38:00 +0100 |
commit | 021fa2ace9b61af6c962f3911991c893ea554e8e (patch) | |
tree | 6a892616554ccf3f66421394d97c3454aba85bd2 /tools | |
parent | 6a7c983dafb3d204f32a04d134e2e14121c1c635 (diff) | |
download | RustAndDust-021fa2ace9b61af6c962f3911991c893ea554e8e.zip RustAndDust-021fa2ace9b61af6c962f3911991c893ea554e8e.tar.gz |
add tools/dump_payload
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/dump_payload | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/dump_payload b/tools/dump_payload new file mode 100755 index 0000000..11a8ee5 --- /dev/null +++ b/tools/dump_payload @@ -0,0 +1,3 @@ +#! /bin/bash + +sqlite3 android/assets/data/rustanddust.sqlite 'select payload from states where _g=1' > out.json |