Projects by popularity

Add JavaScriptInterface to any WebView

0 | 753

Uploaded by: @FrankSpierings

How it works: - It registers a new WebAppInterface class, which contains the functions to be exported (example showToast) - It then hooks the Activity to obtain a valid context - It then hooks the WebView.loadUrl method, to add a context specific WebAppInterface instance - Lastly, it overrides the annotation checks and instructs that all requested methods are allowed to be requested.

Censor Hashes on write

0 | 1K

Uploaded by: @juliusdeane

Quick tool to censor (replace with *) hashes being written to the disk. Useful, for example, for log daemons or applications where we need to filter hashes for confidentiality.

Android Java Interceptor

0 | 3K

Uploaded by: @hyugogirubato

Android Java Interceptor is a Frida script intercepts and logs method calls in an Android app. It uses the Frida framework to hook into the target app, capture method invocations, and print information about arguments and return values.