Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
frida-android-libbinder — PoC Frida script to view Android libbinder traffic | Kitploit
Tools/GitHubGitHub/hamz-a/frida-android-libbinder
Android SecurityDynamic Analysis (Sandboxing)Reverse EngineeringInformation GatheringMobile SecurityBinary Analysis
GitHubhamz-a/frida-android-libbinder

frida-android-libbinder

PoC Frida script to view Android libbinder traffic

View Repository
141272 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

frida-android-libbinder

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

  • https://www.blackhat.com/docs/eu-14/materials/eu-14-Artenstein-Man-In-The-Binder-He-Who-Controls-IPC-Controls-The-Droid.pdf
  • https://sc1.checkpoint.com/downloads/Man-In-The-Binder-He-Who-Controls-IPC-Controls-The-Droid-wp.pdf
  • https://www.synacktiv.com/posts/systems/binder-transactions-in-the-bowels-of-the-linux-kernel.html
  • http://newandroidbook.com/files/Andevcon-Binder.pdf
  • http://androidxref.com
  • https://android.googlesource.com/platform/frameworks/native/+/jb-dev/libs/binder/

I wrote a blogpost which can be found here: https://bhamza.me/blogpost/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

Download Tool