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

vtil-project/VTIL-Core

Virtual-machine Translation Intermediate Language observed · 2026-08-28

github.com/vtil-project/VTIL-Core · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 94
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 2346
  • days_rel: n/a
  • days_push: 37
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1581 stars · 181 forks observed · 2026-08-28

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

VTIL-Core is the core library of the Virtual-machine Translation Intermediate Language project, an optimizing compiler infrastructure built for binary de-obfuscation and de-virtualization. Its versatile IL makes it easy to lift code from any architecture (including stack machines) and emit code back to native format at arbitrary virtual addresses.

Use cases

  • devirtualize obfuscated virtual machine protected binaries
  • deobfuscate compiled binaries
  • lift native assembly into an intermediate representation
  • optimize lifted code with an optimizing compiler
  • emit optimized code back to native instructions
  • build binary analysis and translation tooling

When to choose

  • you need to devirtualize or deobfuscate VM-protected binaries
  • you want an IL that preserves native ISA concepts like stack and physical registers
  • you need to lift from arbitrary architectures including stack machines
  • you want to emit code back to native format at any virtual address

When to avoid

  • you need a general-purpose compiler backend like LLVM for normal compilation
  • you need a mature, fully documented toolchain - the project is still incomplete
  • you need a ready-to-use deobfuscation tool rather than a library to build on

Facets

library · maturity experimental

compiler interpreter parser developer-tools compilers reverse-engineering security developer-tools cpp windows cross-platform intermediate-language devirtualization deobfuscation binary-analysis optimizing-compiler virtual-machine-translation linux macos

1 source

Member repositories

RepositoryRoleHealth v2
vtil-project/VTIL-Coremain75

For agents

markdown · JSON · MCP: product_card(name="vtil-project/VTIL-Core")

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