Skip to content

JayArrowz/MCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCrypt

Encrypt file and load

This project was made for educational purposes.

It can bind & encrypt multiple files together and execute with a delay. The default delay is 10 seconds.

Command Line Usage MCrypt.exe -i InputFile.exe InputFile.txt

-i, --input Required. Input files to be processed (allows multiple).

-d, --output-dir (Default: crypt-output/) Output Directory

-o, --output-file (Default: MCry.exe) Output Filename

-r, --runtime (Default: win-x86) Runtime type (https://docs.microsoft.com/en-us/dotnet/core/rid-catalog)

--stub-output-dir (Default: stub-temp-src-out/) Stub source file output

--randomise-out-resources (Default: true) Randomises the names of files inside exe

--publish-config (Default: Release) Publish configuration

--delay-execute (Default: 10) Delay execution in seconds

--help Display this help screen.

--version Display version information.

About

Encrypt file and load

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages