mirror of
https://github.com/KingKDot/PowerCrypt
synced 2026-06-06 16:04:30 +00:00
master
PowerCrypt
The greatest powershell obfuscator ever made.
Quick Start
First Method
Second Method (Source)
Install visual studio.
Clone project in visual studio or download it as zip and import it.
This project does support AOT building so you can either publish it (which is what the releases does) or build it as you would any other c# project.
How to use after building/downloading
Using this tool is extremely easy. Either just put in the path of the file after double clicking, or put in the path of the file as an argument via the command line.
Features
- Extremely fast (.5 miliseconds for a 21kb powershell script)
- Protects exceptionaly well
- At time of writing it isn't detected statically by a single antivirus
- Cross platform
- Supports AOT building
- Exclusively uses and parses the powershell AST to do proper obfuscation
Before and after output
Authors
Description
Languages
C#
100%