From 8ee0e2dcb640bc730c3b1d3d36404ea3b2e86190 Mon Sep 17 00:00:00 2001 From: Daniel Ballard <66395898+Amaop@users.noreply.github.com> Date: Mon, 22 May 2023 23:57:22 +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 5ede4ee..62e4bef 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` +4. In /stub/ `cargo build --release` or build without `--release` to keep debug symbols 5. compiled exe will be in /stub/target/debug/ named "stub.exe" ### Supported targets