Hamz-a / frida-android-libbinder

PoC Frida script to view Android libbinder traffic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frida-android-libbinder

PoC Frida script to view Android libbinder traffic. The following links were a great source of inspiration and knowledge:

I wrote a blogpost which can be found here: https://bhamza.me/2019/04/24/Frida-Android-libbinder.html

Usage

  • Spawn app: frida -U -l frida_android_libbinder.js -f com.example.app.id --no-pause
  • Attach to app: frida -U -l frida_android_libbinder.js -n com.example.app.id --no-pause

preview

About

PoC Frida script to view Android libbinder traffic

License:MIT License


Languages

Language:JavaScript 100.0%