# WPeace-HcH/WPeGPT

An IDA plugin for binary file analysis, powered by AI models such as OpenAI and DeepSeek.

Repository: https://github.com/WPeace-HcH/WPeGPT
Canonical: https://ross.abutalabs.com/products/wpegpt
Language: Python
License Family: other
Topics: binary-analysis, chatgpt, ida, ida-plugin, openai, reverse-engineering
Last push: 2026-05-27T08:46:06+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 84, release rhythm 54, longevity 91
- inputs: {"age_days": 1282, "days_push": 98, "days_rel": 98, "gap_med": 231.0, "n_releases_24m": 3}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1418, forks 199 (observed 2026-08-28T04:04:40.235204+00:00)

## What it is
WPeGPT is an IDA Pro plugin that integrates LLM models (OpenAI, DeepSeek, or any OpenAI-compatible API) into binary analysis workflows. It sends decompiled pseudocode to AI models and writes results back as IDA comments, with a v3.0 TCP server architecture enabling fully automated headless binary analysis.

## Use cases
- analyze what an unknown function in a binary does with AI
- rename decompiled function variables automatically
- restore small crypto routines from a binary into Python
- find potential vulnerabilities in decompiled functions
- generate PoC exploits for vulnerable functions
- automated malware analysis with IoC extraction
- detect shellcode loaders in binaries
- rank suspicious functions for reverse engineering triage

## When to choose
- you use IDA Pro and want AI-assisted analysis of decompiled code
- you need automated malware triage with string classification and IoC extraction
- you want to prioritize which functions to analyze manually in a large binary

## When to avoid
- you don't use IDA Pro as your disassembler
- you need guaranteed-correct analysis rather than AI suggestions
- you cannot send binary pseudocode to external AI APIs due to confidentiality policies

## Facets
- artifact type: plugin
- maturity: active
- function: reverse-engineering, nlp, llm-inference, security, developer-tools
- domain: reverse-engineering, security, developer-tools, artificial-intelligence
- platform: python, windows
- tags: ida-plugin, binary-analysis, openai, deepseek, chatgpt, malware-analysis, vulnerability-analysis, decompiler, linux, macos

## Member repositories
- WPeace-HcH/WPeGPT (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.235204+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:37:55.994213+00:00, confidence not recorded.
  - readme: https://github.com/WPeace-HcH/WPeGPT (fetched 2026-08-28T04:04:40.235204+00:00, sha 96f69e6516b7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
