Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 749 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 749 Bytes

Bypass LKM

Use this app to bypass loadable kernel module authentication on Android phones. This is handy when you're developing your own modules or you've mixed and matched OS and firmware versions.

A few offsets are included but if your phone is not listed, you'll need to follow the instructions here to find your offset (requires a disassembler).

Use Android Studio (with the NDK installed) to build this app. Good luck!

Credit for the native code goes here and is based on CVE-2013-6282.