This is about … .
logcat command of adb is used to get system log. It’s an equivalent to Ubuntu syslog, as far as I understand. /data/log/prev_dump.log file. On the device (in my case. Samsung Duo, Android 7, rooted) here I saw the latest records of logcat, however the buffer contained a little more.
Backups are either made automatically or manually with adb backup. These backups can be stored in the cloud or locally on the user’s PC.
adb. Used to make a backup.
abc.jar. Used to convert the ab (adb uses this file format) file into a tar. Available for free.
/data/data/com.google.android.apps.maps/databases/gmm_storage.db
# User Photos
/data/media/0/DCIM/Camera
/data/data/com.androidproviders.media/databases/external.db
/data/media/0/bluetooth
/data/media/0/Download
/data/media/0/Pictures/Screenshots
/data/media/0/Pictures/Twitter
This is about … .
For mobile platforms (iOS and Android) there is currently no tool available to get a full copy of RAM. However, it’s still possible to take memory space of each process running.
💡 Research 🔬 Top secret yet
To get the list of running processes:
To get the memory space of a process:
frida-dump # had some bug for iOS, py file might need manual pathing.
clutch
objection
## References
Expand…
Something here
• /data/system/packages.xml