From efc4b77e362b56a4b1f9b87c4840a232ea063086 Mon Sep 17 00:00:00 2001 From: Daniel Ballard <66395898+Amaop@users.noreply.github.com> Date: Wed, 17 May 2023 13:27:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 255d3dd..aa94da6 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ x86-64 Crypter built in Rust for Windows with Anti-VM, powered by memexec ## Usage 1. Put your Portable Executable in /crypt/ and rename it to example.exe (or change the code to be the same name as your PE) -2. In /crypt/ > cargo run +2. In /crypt/ `cargo run` (will output encrypted_bytes.bin and key.txt) 3. move encrypted_bytes.bin and key.txt to /stub/src/ -4. In /stub/ > cargo build +4. In /stub/ `cargo build` 5. compiled exe will be in /stub/target/debug/ named "stub.exe" ### Supported targets