Skip to content

UxHarshit/UxH_ToolKit

Repository files navigation

Root Toolkit

It uses libsu which helps to run in root process, libsu uses native ipc mechanism to do that

Features

  • Get Process id

This loops through the /proc/ directory to find the package name in the cmdline.

  • Get Loaded Library Address

It finds the name of the library in /proc/pid/maps and gives its corresponding address.

  • Get List of Loaded libraries

Filters and sorts all library names of /proc/pid/maps

Screenshots

Todo List

  • Get list of loaded libraries
  • Native library injection
  • Soon more

Owner

Credits

  • libsu: Management of root services over IPC