open-obfuscator / o-mvll

:electron: O-MVLL is a LLVM-based obfuscator for native code (Android & iOS)
https://obfuscator.re/omvll
Apache License 2.0
574 stars 62 forks source link

Dylib isolation #21

Closed weliveindetail closed 12 months ago

weliveindetail commented 12 months ago

Symbols of the ELF shared library on Linux have always been hidden from the clang host executable. The mechanism is slightly different for MachO dylibs on macOS.

weliveindetail commented 12 months ago

All tests passing in Linux bot: https://github.com/build38/o-mvll/actions/runs/5518926944/jobs/10063509777