Skip to content
forked from libxzr/AdbKiller

A magisk module to kill adb daemon

Notifications You must be signed in to change notification settings

nil-ref/AdbKiller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdbKiller

Magisk module | Avoid privacy leak by killing adb daemon.

Compatibility

Android 9+

Why?

For well-known reasons, adb can be used to collect sensitive data when your device is physically controlled by someone else. This module can at least add some difficulty to the data collection.

Usage

  • Download from releases.
  • Install and activite it in Magisk Manager.
  • Reboot.
  • Check and enjoy.

Building

You need to build it with Android NDK.

$ export PATH="/path/to/your/ndk:${PATH}"
$ git clone https://github.com/libxzr/AdbKiller
......
$ cd AdbKiller
$ ./build.sh

LICENSE

  • None. Do anything you want.

About

A magisk module to kill adb daemon

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.5%
  • Makefile 13.4%
  • C 5.1%