Using adb, create a backup of the app using the following command:
adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp| #!/usr/bin/env python | |
| import os | |
| import sys | |
| import ctypes | |
| import struct | |
| from ctypes.util import find_library | |
| # struct linux_dirent64 { | |
| # ino64_t d_ino; /* 64-bit inode number */ | |
| # off64_t d_off; /* 64-bit offset to next structure */ |
| Testing presentation from gist | |
| Go Go Go | |
| 14:00 9 Mar 2017 | |
| Gopher | |
| * Title of slide or section (must have asterisk) | |
| Some Text |
| [ppai@gd2-1 xlator-sym-go]$ ./main /usr/local/lib/glusterfs/3.12dev | |
| /usr/local/lib/glusterfs/3.12dev/auth/addr.so | |
| auth.addr.*.allow | |
| auth.addr.*.reject | |
| auth.ip.*.allow | |
| /usr/local/lib/glusterfs/3.12dev/auth/login.so | |
| auth.login.*.allow | |
| auth.login.*.password |
Using adb, create a backup of the app using the following command:
adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp| #!/usr/bin/env python | |
| # Prerequisite: | |
| # pip install toml | |
| import json | |
| import sys | |
| import toml | |