ruDevolution is a Windows app that helps you inspect compiled programs in a simple way. It reads code, rebuilds structure, and shows names that are easier to understand. It also tracks each change with a proof chain, so you can see how the result was built.
Use it when you want to open a program file and get a clearer view of what it does. It works best for people who want a guided decompiler with plain output and step-by-step recovery.
Visit the releases page and download the latest Windows file:
Download rudevolution from GitHub Releases
- Open the release page.
- Find the latest Windows download.
- Download the
.exefile or the Windows package from the release assets. - If Windows shows a security prompt, choose the option to keep the file.
- Double-click the downloaded file to start rudevolution.
- If the app opens in a zipped folder, extract it first, then run the program from the extracted folder.
- If Windows asks for permission, choose Yes.
When rudevolution opens, you can load a file and start the analysis.
- Open the app.
- Choose the file you want to inspect.
- Let the app scan the file.
- Review the recovered names, structure, and notes.
- Check the witness chain to see how each step was built.
If you have used basic Windows apps before, this flow should feel familiar. Select a file, wait for the scan, then review the result.
- Clear file loading for Windows users
- Semantic analysis that focuses on meaning, not just raw text
- Name recovery that helps turn vague labels into readable ones
- AI-assisted hints that improve the output
- Proof chains that show how the result was formed
- Faster review on repeat runs as the app learns from prior work
rudevolution is built for modern Windows systems and runs best on:
- Windows 10 or Windows 11
- 8 GB RAM or more
- A recent Intel or AMD processor
- At least 500 MB of free disk space
- A display with 1366 × 768 or higher
For larger files, more RAM helps the app keep scans smooth. A solid-state drive also improves load time.
rudevolution is meant for compiled software files and related binaries. It can help with:
- Review of unknown executables
- Inspection of program logic
- Recovery of readable names
- Comparison of repeated builds
- Study of code structure after compilation
It is a good fit for users who want a calmer way to look inside a program without reading raw machine output.
The app follows a simple path:
- It reads the file.
- It builds a model of the program structure.
- It looks for patterns that point to original names.
- It uses AI to help fill gaps.
- It adds a witness chain for each major change.
- It stores what it learns so later runs can improve.
This gives you a result that is easier to inspect and trace.
Use the file picker in the app and choose the program you want to inspect.
Look at labels, functions, and blocks that the app has renamed in a clearer way.
Open the trace view to see how a result was created and which steps changed it.
If you inspect a similar file later, rudevolution can use what it learned before.
- Keep the app in a folder you can find again.
- Use a short file path, like
C:\Tools\rudevolution. - Start with one small file before opening a large one.
- Close other heavy apps if the scan feels slow.
- Keep your Windows updates current.
- Repository: rudevolution
- Topic focus: decompiler, claude-code, ruvector
- Main goal: make decompilation easier to read and trust
- Style: guided, traceable, and built for repeat use