Skip to main content

4 posts tagged with "frida"

View all tags

Practical Frida Java API Tips

· One min read
Apache Wangye
Software developer and technical writer

This note collects a few useful patterns for working with Android Java classes through Frida.

Frida Java API operations must run inside a Java.perform callback, and overloaded methods must be selected with the exact parameter signature. Use these techniques only on applications and devices you are authorized to test.

Install and Configure Frida on Android

· 2 min read
Apache Wangye
Software developer and technical writer

This guide shows a basic Frida setup for an Android emulator or test device. Use dynamic instrumentation only on applications and systems you own or are explicitly authorized to assess.

The desktop client and frida-server versions should match. The server binary must also match the device CPU architecture and available privileges.

Inspect Android Message Inserts with Frida

· One min read
Apache Wangye
Software developer and technical writer

This example shows how to observe arguments passed to an Android database insert method with Frida.

Class names, method signatures, and parameter structures may change whenever the target application is updated. Perform dynamic analysis only in an authorized test environment, and do not record or upload real users' private messages.

Total views -- · Visitors --