Gltools Magisk Module -
It is important to understand the difference between the two:
Once installed, the module works in tandem with a companion APK (the GLTools controller app). Here are the features you unlock: gltools magisk module
GLTools uses function hooking via PLT (Procedure Linkage Table) / GOT (Global Offset Table) redirection or inline hooking (depending on Android version and architecture). Specifically, it intercepts calls from eglChooseConfig, glGetString, glGetIntegerv, and other GLES entry points. It is important to understand the difference between
When an app calls, for example, glGetString(GL_RENDERER), GLTools returns a user‑defined string (e.g., "Adreno (TM) 640") instead of the real GPU name. Similarly, it can override: it intercepts calls from eglChooseConfig