strazzere / usb-accessory-gadget

Frida gadget for dumping traffic between an apk and usb device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Frida gadget for dumping traffic between an apk and usb device


Languages

Language:TypeScript 80.2%Language:JavaScript 19.8%