# 0xgalz/Virtuailor

IDAPython tool for creating automatic C++ virtual tables in IDA Pro

Repository: https://github.com/0xgalz/Virtuailor
Canonical: https://ross.abutalabs.com/products/virtuailor
Language: Python
License: GPL-3.0
License Family: copyleft
Last push: 2021-07-04T07:09:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2889, "days_push": 1886, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1395, forks 139 (observed 2026-08-28T04:04:36.545899+00:00)

## What it is
Virtuailor is an IDAPython plugin for IDA Pro that reconstructs C++ virtual tables (vtables) for Intel x86/x64 and AArch64 binaries. It combines static detection of indirect calls with dynamic debugging hooks to create vtable structures, rename functions, and add cross-references.

## Use cases
- reconstruct c++ vtables in ida pro
- analyze indirect virtual calls in a binary
- reverse engineer c++ malware with virtual functions
- create vtable structures automatically in ida
- rename virtual functions during ida debugging
- analyze aarch64 firmware virtual tables

## When to choose
- you are reversing C++ binaries in IDA Pro and need vtable recovery
- you want dynamic tracing of virtual calls via IDA debugger
- you work with x86, x64, or AArch64 firmware code

## When to avoid
- you use a disassembler other than IDA Pro
- you need fully static vtable recovery without debugging
- you need a maintained tool with recent updates

## Facets
- artifact type: plugin
- maturity: maintenance
- function: reverse-engineering, developer-tools
- domain: security, reverse-engineering, developer-tools
- platform: windows
- tags: ida-pro, idapython, vtables, c++, binary-analysis, debugging, linux, macos

## Member repositories
- 0xgalz/Virtuailor (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:36.545899+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:39:21.260456+00:00, confidence not recorded.
  - readme: https://github.com/0xgalz/Virtuailor (fetched 2026-08-28T04:04:36.545899+00:00, sha 85ec8762e5b2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
