Skip to content

Hamz-a/frida-android-libbinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published