Static Analysis

Workflow:

Dynamic Analysis

Test Frida and Objection

$ adb push frida.server /data/local/tmp/
$ adb shell
	$ su
	# cd /data/local/tmp/
	# chmod +x frida.server
	# ./frida.server &
$ frida-ps -Uai # to get the package
$ objection --gadget com.androidpentesting.securestore explore # explore with objection
$ frida -U -n "com.androidpentesting.securestore" # don't know why it doesn't work for me