# frida-agent-example **Repository Path**: izywei/frida-agent-example ## Basic Information - **Project Name**: frida-agent-example - **Description**: friad学习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-10-29 - **Last Updated**: 2022-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### How to compile & load ```sh $ git clone git://github.com/oleavr/frida-agent-example.git $ cd frida-agent-example/ $ npm install $ frida -U -f com.example.android --no-pause -l _agent.js ``` ### Development workflow To continuously recompile on change, keep this running in a terminal: ```sh $ npm run watch ``` And use an editor like Visual Studio Code for code completion and instant type-checking feedback.