Frida Forsaken is a Frida agent written in TypeScript, designed to modularize commonly used functions in daily work
git clone [email protected]:azwpayne/frida-forsaken.git
cd frida-forsaken
npm i -g yarn # If you haven't installed yarn, please run it to install
yarn install # Install dependencies
# spwn
frida -Ul src_agent.js -f package_name
# attach
frida -UFl src_agent.js
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.
Author | repo | category |
---|---|---|
oleavr | frida-agent-example | comprehensive |
deathmemory | FridaContainer | comprehensive |
CreditTone | hooker | comprehensive |
pcipolloni | universal-android-ssl-pinning-bypass-with-frida | capture |
r0ysue | r0capture | capture |
WooyunDota | DroidSSLUnpinning | capture |
akabe1 | frida-multiple-unpinning | capture |
dzonerzy | fridantiroot | bypass_anti |
lasting-yang | frida_hook_libart | hook art |