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
631 stars 68 forks source link

Dylib isolation #21

Closed weliveindetail closed 1 year ago

weliveindetail commented 1 year 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 1 year ago

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