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

AeonLucid/AndroidNativeEmu

Allows you to partly emulate an Android native library. observed · 2026-08-28

github.com/AeonLucid/AndroidNativeEmu · Python · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

26/100

  • Activity 6
  • Release rhythm 8
  • 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: n/a
  • age_days: 2977
  • days_rel: 566
  • days_push: 566
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1549 stars · 428 forks observed · 2026-08-28

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

A Python library that partially emulates Android native (.so) libraries on a host machine using the Unicorn CPU emulator. It emulates the JNI Invocation API, native memory, syscalls, and symbol-based hooking so native code can run and be analyzed outside a device.

Use cases

  • emulate an android native library without a device
  • run jni_onload from an .so file in python
  • reverse engineer android native code
  • hook native functions by symbol table
  • analyze arm native library behavior offline
  • trace syscalls in an android .so

When to choose

  • you need to execute or analyze Android .so files from Python without an emulator or device
  • you want to hook JNI functions and native symbols programmatically
  • you are studying ELF loading and JNI internals

When to avoid

  • you need full Android app emulation or a complete runtime environment
  • you require perfect fidelity for all syscalls or file system behavior
  • you need a maintained production-grade emulation platform rather than an educational tool

Facets

library · maturity active

simulation reverse-engineering security parser reverse-engineering security android-tools developer-tools python windows cross-platform android jni unicorn-engine arm-emulation elf native-library emulation linux macos

1 source

Member repositories

RepositoryRoleHealth v2
AeonLucid/AndroidNativeEmumain26

For agents

markdown · JSON · MCP: product_card(name="AeonLucid/AndroidNativeEmu")

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