Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

File metadata and controls

12 lines (8 loc) · 353 Bytes

frida-flutter-biometric-storage-hook

This repo contains a Frida agent that lets you hook read and write method for flutter biometric storage package.

Go into index.ts to see the code.

Usage

  • Clone the repo
  • npm i
  • npm run watch
  • frida -U <app-name> -i <path-to-_agent.js>