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.
- Clone the repo
npm i
npm run watch
frida -U <app-name> -i <path-to-_agent.js>
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.
npm i
npm run watch
frida -U <app-name> -i <path-to-_agent.js>