Skip to content
/ Leaf Public

ELF loader to bypass Android Q's execmod restrictions for game modding + other goodies

Notifications You must be signed in to change notification settings

knot126/Leaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaf

A collection of single header libraries working with low-level stuff; currently, an ELF loading library and function hooking library.

  • Leaf - The main project, a custom ELF loader. Made for bypassing Android Q's restrictions on marking native code pages as RWX. Natrually all segments are loaded as RWX and it provides some replacement for dlsym() lookups.
  • LeafHook - Native function hooking library, for AArch32 and AArch64, works similarly to something like Cydia Substrate or comex's Substitute. Might support other hooking methods in the future.

About

ELF loader to bypass Android Q's execmod restrictions for game modding + other goodies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published