Visit Website

Android Loadable Kernel Modules (android-lkms) are mostly used for reversing and debugging on controlled systems/emulators. These modules include antiptrace for simple ptrace hooking, open-read-write for hooking functions to track file interactions of malware, and antiunlink to prevent specific package names from unlinking files in their directories. Warning: Not recommended for production environments as they may slow down qemu environments and have unexpected outcomes.

ALTERNATIVES