LSPosed/magisk-loader/src
JingMatrix 46cdc126bd Keep libart.so cache after HookBridge
The previous commit 5da38f60a2 is not
complete since `GetArt(true)` will destroy the static SandHook::ElfImg
object.

Since in the previous two commits we have postponed the initialization
of LSPlant, we can now keep the symbol cache of `libart` for the
InitArtHooker call in method `OnNativeForkSystemServerPost`. Symbol
cache works because we are using local static object in the function
`GetArt`, whose life-cycle is not constraint by the function block.
2024-12-02 17:11:28 +01:00
..
main Keep libart.so cache after HookBridge 2024-12-02 17:11:28 +01:00
webroot Open parasitic manager through WebUI 2024-08-31 02:43:25 +02:00