Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 455 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 455 Bytes

ReDecompiler

DevelStudio 3.0 EXE Decompiler Auto-DVS

How to Install/Run script

  • PHP

Create a php file with content like this:

<?php include_once "Core/Bootstrap.php";

Example to run: "php.exe start.php file_to_decompile.exe"

  • DevelStudio

  1. Create new project
  2. Add the [OnCreate] action to the main form
  3. Write down the same as in the PHP

How to build DevelStudio project into one file

Use Enigma VirtualBox