Ross ROSS = Recommend OSS · open-source software intelligence for agents

open-obfuscator/o-mvll

:electron: O-MVLL is a code obfuscation tool based on LLVM for native code (Android and iOS). observed · 2026-09-03

github.com/open-obfuscator/o-mvll · homepage · C++ · Apache-2.0 (permissive) observed · 2026-09-03

Health v2 · maintenance only

97/100

  • Activity 100
  • Release rhythm 92
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 28.0
  • age_days: 1431
  • days_rel: 58
  • days_push: 0
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

1129 stars · 153 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

O-MVLL is an LLVM-based code obfuscator for native code that integrates with Clang and the Swift compiler via the LLVM pass manager, with obfuscation rules driven by a Python API. It targets Android NDK and iOS toolchains on AArch64 and ARM architectures with passes like control-flow flattening, anti-hooking, and string encoding.

Use cases

  • obfuscate native C/C++ code in an Android NDK app
  • protect iOS Swift and Objective-C binaries from reverse engineering
  • flatten control flow of sensitive functions like password checks
  • hide or encode strings in compiled native binaries
  • add anti-hooking protections to mobile app native libraries
  • selectively obfuscate functions via a Python configuration

When to choose

  • you build mobile apps with native code and need reverse-engineering protection
  • you want LLVM-pass-based obfuscation configurable in Python
  • you target AArch64 or ARM on Android or iOS

When to avoid

  • you need obfuscation for desktop x86 binaries or non-LLVM toolchains
  • you only need Java/Kotlin/Dart-level code protection
  • you require a fully turnkey app-shielding solution without compiler integration

Facets

library · maturity active

security compiler cryptography security mobile-development compilers reverse-engineering cpp python cross-platform llvm code-obfuscation clang-plugin android-ndk swift-compiler native-code-protection control-flow-flattening anti-hooking android ios

3 sources

Member repositories

RepositoryRoleHealth v2
open-obfuscator/o-mvllmain97

For agents

markdown · JSON · MCP: product_card(name="open-obfuscator/o-mvll")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem