Update README.md

This commit is contained in:
Daniel Ballard
2023-05-24 10:43:53 +01:00
committed by GitHub
parent 8ee0e2dcb6
commit a2f8d3d859
+1 -1
View File
@@ -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