Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.25 KB

PowerCrypt

The greatest powershell obfuscator ever made.

Quick Start

First Method

Download from github release here

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

Before:
before_image After:
after_image

Authors