Skip to main content

12 posts tagged with "javascript"

View all tags

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 --