summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-02-07 22:38:00 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2016-02-07 22:38:00 +0100
commit021fa2ace9b61af6c962f3911991c893ea554e8e (patch)
tree6a892616554ccf3f66421394d97c3454aba85bd2 /tools
parent6a7c983dafb3d204f32a04d134e2e14121c1c635 (diff)
downloadRustAndDust-021fa2ace9b61af6c962f3911991c893ea554e8e.zip
RustAndDust-021fa2ace9b61af6c962f3911991c893ea554e8e.tar.gz
add tools/dump_payload
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dump_payload3
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