col-e/recaf

The modern Java bytecode editor

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 8th, 2026
Created on July 27th, 2017
Open Issues & Pull Requests: 65 (+0)
GitHub issues: Enabled
Number of forks: 538
Total Stargazers: 7,377 (+0)
Total Subscribers: 173 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.8 hours
Mean response time: 174.4 days
90th percentile: 734.5 days
Tracked items: 200

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 54% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "3.X" is answered fastest, typically in under an hour, while "enhancement" waits about 11 days. Only 10% of issues opened in the past year have been closed. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 41
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 1,008 days
Stale 30+ days: 39
Stale 90+ days: 36

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (98)
  • bug (45)
  • usage (29)
  • 3rd party problem (19)
  • 3.X (15)
  • Missing details (14)
  • ux (14)
  • JavaFX (11)

Most active issues this week

Detailed Description

Recaf is a modern Java bytecode editor that provides an accessible interface for editing compiled Java applications at the bytecode level.

The tool addresses the complexity of working directly with Java bytecode by abstracting away tedious details such as constant pool management, stack frame calculation, and instruction selection. It presents bytecode in both high-level and low-level views, allowing developers to edit code without manually handling these intricate aspects. The editor includes a built-in decompiler with multiple configurable options, a bytecode assembler with simplified syntax, and a compiler that can recompile decompiled classes even when some referenced classes are unavailable. It also handles malformed class files and jar archives that are designed to crash reverse engineering tools, automatically patching them on load.

Recaf suits developers working on reverse engineering, security analysis, or modification of Java and Android applications. The tool is particularly valuable for those dealing with obfuscated code, offering deobfuscation tools, automatic renaming of obfuscated members, and bytecode transformers for simplifying common obfuscation patterns. Its search capabilities span strings, numeric constants, class references, and instruction patterns. The project exposes most functionality through modular APIs, enabling automation via scripts or plugins for more complex workflows.

Development activity shows consistent engagement with the codebase through regular commits addressing both features and maintenance. The project maintains active communication channels with its user community and welcomes external contributions. Test coverage is tracked and monitored to maintain code quality. The tool receives ongoing updates that expand its capabilities and improve its handling of edge cases in Java bytecode manipulation.