marcotrumpet / frida-flutter-biometric-storage-hook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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


Languages

Language:TypeScript 100.0%