Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 675 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 675 Bytes

Usb-Accessory-Gadget

Gadget for debugging anything written to the USB Accessory.

How to inject

Rebuild APK and ensure it loads the frida gadget or inject via a rooted device, config and script builts from npm build.

How to compile & load for debugging

$ npm install
$ frida -U -p ${pid} --no-pause -l _agent.js

Development workflow

To continuously recompile on change, keep this running in a terminal:

$ npm run watch

And use an editor like Visual Studio Code for code completion and instant type-checking feedback.