Skip to content

Instantly share code, notes, and snippets.

View IrvanWijayaSardam's full-sized avatar
🎯
Focusing

Irvan Wijaya IrvanWijayaSardam

🎯
Focusing
View GitHub Profile
@akabe1
akabe1 / keystore_spy.js
Last active October 28, 2025 08:59
A script to detect Android Keystore calls
/* Android Keystore calls detection script
by Maurizio Siddu
Run with:
frida -U -f [APP_ID] -l keystore_spy.js --no-pause
*/
setTimeout(function() {
Java.perform(function() {
console.log('')