Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.21 KB

RunPE

👻Can run your executable from hex memory

  1. Download the Hxd Editor program.
  2. Drop the exe file in HxD, select the entire Hex and copy it to C.
  3. Start Visual Studio with the repository, and paste the copied file into the free space in the code.
  4. Press Ctrl + B, then go to bin, Debug/Release, RunPE, and there will be your exe file, which will automatically hide all the consoles, and start your program from memory. Congratulations!

================================================================

  1. Скачайте программу Hxd Editor.
  2. Закиньте exe файл в HxD, выберите весь Hex и скопируйте его в C.
  3. Запустите Visual Studio с репозиторием, и вставьте скопированное в свободное место в коде.
  4. Нажмите Ctrl + B, затем перейдите в bin, Debug/Release, RunPE, и там будет ваш exe файл, который автоматически скроет все консоли, и запустит вашу программу с памяти. Поздравляю!

Example/Пример: grab-landing-page