LLM4Decompile vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| LLM4Decompile | LLMs-from-scratch | |
|---|---|---|
| Tagline | Reverse Engineering: Decompiling Binary Code with Large Language Models | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 6.7k | 99k |
| Forks | 536 | 15k |
| Open issues | 46 | 4 |
| Language | Python | Jupyter Notebook |
| License | MIT | Other |
| Last pushed | Feb 12, 2026 | Jun 2, 2026 |
| Categories | Developer Tools | Model Training, LLM Frameworks |
LLM4Decompile
A repository using large language models (LLMs) for the reverse engineering of binary code through decompilation.
Python
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook