query_hook_logs
Retrieve runtime hook logs and recent hook records from Android devices. Filter results by package, class, method, and time range for targeted analysis.
Instructions
Pull runtime logs and query recent hook records from algorithmAidePro.db and frida.log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetPackage | Yes | ||
| serial | No | ||
| outputDir | No | ||
| limit | No | ||
| className | No | ||
| methodName | No | ||
| timeFrom | No | ||
| timeTo | No | ||
| includeCallStack | No | ||
| dryRun | No |