Update README.md

This commit is contained in:
Daniel Ballard 2023-05-22 23:57:22 +01:00 committed by GitHub
parent b4d336cab1
commit 8ee0e2dcb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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`
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