Update README.md

This commit is contained in:
Daniel Ballard 2023-05-17 13:27:20 +01:00 committed by GitHub
parent 35b7ead82a
commit efc4b77e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@ x86-64 Crypter built in Rust for Windows with Anti-VM, powered by memexec
## Usage ## 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) 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) (will output encrypted_bytes.bin and key.txt)
3. move encrypted_bytes.bin and key.txt to /stub/src/ 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" 5. compiled exe will be in /stub/target/debug/ named "stub.exe"
### Supported targets ### Supported targets