Skip to content

Frequently used frida scripts for Android Apps that hooks on Socket, JSON Object, OutputStream, StringBuilder. Object call stack tracing script which shows target Object usage. logd script that prints Log.d lines for undebuggable apps.

Notifications You must be signed in to change notification settings

huseyinturan/frida-scripts

Repository files navigation

frida-scripts

Frequently used frida scripts for Android Apps that hooks on Socket (inetSocket.js), JSON Object (jsonObject.js), OutputStream outputStream.js(), StringBuilder(stringBuilder.js).

trace.js script shows the target object usage stack.

logd.js script prints Log.d() lines for undebuggable apps and release mode apps.

cipher.js script to hook the Cipher class to print encryption keys, ivs and data

About

Frequently used frida scripts for Android Apps that hooks on Socket, JSON Object, OutputStream, StringBuilder. Object call stack tracing script which shows target Object usage. logd script that prints Log.d lines for undebuggable apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published