Skip to content

Frida gadget for dumping traffic between an apk and usb device

Notifications You must be signed in to change notification settings

strazzere/usb-accessory-gadget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published