Update README.md
This commit is contained in:
parent
eb880b7b06
commit
b04dd88aa5
12
README.md
12
README.md
@ -2,6 +2,11 @@
|
|||||||
x86-64 Crypter built in Rust for Windows with Anti-VM, powered by memexec
|
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)
|
||||||
|
2. cargo run in /crypt/ will output encrypted_bytes.bin and key.txt
|
||||||
|
3. move encrypted_bytes.bin and key.txt to /stub/src/
|
||||||
|
4. cargo build /stub/
|
||||||
|
5. compiled exe will be in /stub/target/debug/ named "stub.exe"
|
||||||
|
|
||||||
### Supported targets
|
### Supported targets
|
||||||
- Windows x86-64
|
- Windows x86-64
|
||||||
@ -11,5 +16,10 @@ x86-64 Crypter built in Rust for Windows with Anti-VM, powered by memexec
|
|||||||
- .NET not supported
|
- .NET not supported
|
||||||
- Files over 600MB
|
- Files over 600MB
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
File dialogue choose file instead of renaming code strings/executable names
|
||||||
|
Automatically move encrypted bytes and key into stub for compiling
|
||||||
|
GUI
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
This is a tool used to test the Dynamic detection capabilites of AV and EDR, use of this project is on your own risk
|
This is a tool used to test the Dynamic detection capabilites of AV and EDR, use of this project is at your own risk
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user