You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The best approach would be completely removing SO list hiding as it's just more of a workaround to a bigger problem, I'll investigate to see the next step. Thank you.
This commit improves how the symbols like solist are searched. This allows to phones that have linker64 with symbols with llvm suffix to still have maps hiding.
closes#63
Version
v1.0.0 (234-f1ba34f-debug)
Modules
Zygisk - LSPosed by JingMatrix v1.10.1 (7118)
Description
In Android 15, the symbols
__dl__ZL6solist
,__dl__ZL6somain
and__dl__ZL4vdso
are no longer present, so thatSoList::Initialize()
always fails.Indeed they are replaced by names like
__dl__ZL6solist.llvm.7690929523238822858
and so on.I update the
readelf
output oflinker64
binary as evidencelinker_readelf.txt
Steps to reproduce
[ 2024-10-19T20:53:12.823 1000: 1586: 1586 E/zygisk-core64 ] Failed to initialize SoList
Logs
Here is the LSPosed log:
verbose_2024-10-19T20:53:12.156478.log
Confirmations
Code of Conduct
The text was updated successfully, but these errors were encountered: