Adding the ability to pass the EXE name as a commandline argument. I like this better than having a hardcoded exe name
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
x86-64 Malware Crypter built in Rust for Windows with Anti-VM, powered by memexec
|
||||
|
||||
## 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)
|
||||
2. In /crypt/ `cargo run`
|
||||
1. Put your Portable Executable in /crypt/
|
||||
2. In /crypt/ `cargo run <name_of_pe.exe>`
|
||||
(will output encrypted_bytes.bin and key.txt)
|
||||
3. move encrypted_bytes.bin and key.txt to /stub/src/
|
||||
4. In /stub/ `cargo build --target x86_64-pc-windows-gnu --release` or build without `--release` to keep debug symbols
|
||||
@@ -24,7 +24,7 @@ x86-64 Malware Crypter built in Rust for Windows with Anti-VM, powered by memexe
|
||||
- Obfuscated Strings
|
||||
|
||||
## Disclaimer
|
||||
This is a tool used to test the Dynamic detection capabilites of AV and EDR, use of this project is at your own risk
|
||||
This is a tool used to test the Static + Dynamic detection capabilites of AV and EDR, use of this project is at your own risk
|
||||
|
||||
## MITRE TTPs (Indicators)
|
||||
- User Execution: Malicious File T1204.002
|
||||
|
||||
Reference in New Issue
Block a user