Frida Basic Commands
List processes and apps
frida-ps -Uai
Attach to app with script
frida -U -f com.target.app -l analysis_script.js
Attach to process
frida -U <PID> -l script.js
Codeshare scripts
frida -U --codeshare fadeevab/intercept-android-apk-crypto-operations -f infosecadventures.allsafe