Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 872 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 872 Bytes

Kernel Permissive Patcher for Android

Downloads

How the project works and what it does

  • Appends the permissive command to the kernel installed on the device without other changes

  • Detects the bootimage partition, detection based on the same logic from Chainfire

  • Reads the kernel header and contents with libbootimg used for our MultiROM projects

  • Appends if necessary the new permissive element and write the kernel back to the partition

  • Also compatible with the Sony ELF boot partitions by using my MultiROM version of the libbootimg