Skip to content
/ PS2EXE Public
forked from rzander/PS2EXE

PowerShell to EXE converter

Notifications You must be signed in to change notification settings

SkyN9ne/PS2EXE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell to EXE converter

This Tool generates an Executable that runs the specified PowerShell code.

Check it out: https://ps2exe.azurewebsites.net/

Arguments

All arguments from the executable will be forwarded to the PowerShell as a string array Variable named: $args If the arguments contains a "/debug" variable, the executable will dump the included powershell

Changes

V1.1.0.0 16.Dec.2016

  • Compress PowerShell Code in EXE to prevent script extraction.
  • Hide Console after startup as there is no output from the PowerShell

V1.0.0.0 14.Nov.2016

Initial Release...

About

PowerShell to EXE converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.5%
  • C# 6.5%
  • Classic ASP 1.0%