From a2f8d3d85978676908d028c33411c6aa8b1295c6 Mon Sep 17 00:00:00 2001 From: Daniel Ballard <66395898+Amaop@users.noreply.github.com> Date: Wed, 24 May 2023 10:43:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e4bef..86a2939 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ x86-64 Malware Crypter built in Rust for Windows with Anti-VM, powered by memexe 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 --release` or build without `--release` to keep debug symbols +4. In /stub/ `cargo build --target x86_64-pc-windows-gnu --release` or build without `--release` to keep debug symbols 5. compiled exe will be in /stub/target/debug/ named "stub.exe" ### Supported targets