# ThunderCls/xAnalyzer

xAnalyzer plugin for x64dbg

Repository: https://github.com/ThunderCls/xAnalyzer
Canonical: https://ross.abutalabs.com/products/xanalyzer
Language: C
License: MIT
License Family: permissive
Topics: x64dbg, debugger, reverse-engineering, cracking, analysis, xanalyzer-plugin, plugin
Last push: 2025-08-13T02:43:03+00:00

## Health v2 (maintenance only)
Score: 51/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 36, release rhythm 42, longevity 100
- inputs: {"age_days": 3582, "days_push": 385, "days_rel": 385, "gap_med": 2, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1227, forks 125 (observed 2026-08-28T04:04:03.379330+00:00)

## What it is
xAnalyzer is a plugin for the x64dbg debugger that performs extended static code analysis on debugged applications. It detects API function calls and adds function definitions, arguments, and data types to make disassembly more readable, similar to OllyDbg's analysis engine.

## Use cases
- analyze API function calls in x64dbg before debugging
- add function definitions and argument types to disassembly
- detect loops in debugged binary code
- make x64dbg output more readable like OllyDbg analysis
- reverse engineer Windows binaries with extended API info
- identify function arguments and data types while debugging

## When to choose
- you use x64dbg and want richer static analysis of the debugged code
- you need API call detection with function definitions and data types in a debugger
- you want OllyDbg-style analysis inside a modern x86/x64 debugger

## When to avoid
- you need a standalone static analyzer outside of x64dbg
- you debug non-Windows binaries or non-x86/x64 architectures
- you need dynamic analysis features rather than static code annotation

## Facets
- artifact type: plugin
- maturity: active
- function: reverse-engineering, developer-tools
- domain: reverse-engineering, security, developer-tools
- platform: windows
- tags: x64dbg-plugin, debugger, static-analysis, api-detection, disassembly, analysis, x64dbg

## Member repositories
- ThunderCls/xAnalyzer (main) score 51

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:03.379330+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-30T06:15:14.354134+00:00, confidence not recorded.
  - readme: https://github.com/ThunderCls/xAnalyzer (fetched 2026-08-28T04:04:03.379330+00:00, sha 4f6c64ddf077)
- Data as of 2026-08-30T08:39:29.467469+00:00.
