Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KingKDot authored Feb 13, 2025
1 parent 34537b1 commit 17ccf5f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
The greatest powershell obfuscator ever made.


## Quick Start

#### First Method
Download from github release ![here](https://github.com/KingKDot/PowerCrypt/releases/tag/AutoBuild)

#### 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)
Expand All @@ -13,6 +28,13 @@ The greatest powershell obfuscator ever made.
- Supports AOT building
- Exclusively uses and parses the powershell AST to do proper obfuscation

## Before and after output
Before: \
![before_image](https://github.com/user-attachments/assets/69557614-4eea-4b80-bf68-c0ef3c2d7263)
After: \
![after_image](https://github.com/user-attachments/assets/09868a6e-3ada-4adf-b524-23baf9d8fc71)



## Authors

Expand Down

0 comments on commit 17ccf5f

Please sign in to comment.