VMware Cloud Community
Mike_Yazbeck
Enthusiast
Enthusiast
Jump to solution

Converting PowerShell Scripts to EXE Without Wrapping the Code

Hi Guys :smileygrin:

Im looking for a way to convert scripts without wrapping the source code.

Basically I want my code to be undecipherable.

I read this article: http://www.powertheshell.com/converting-scripts-to-exes/ which is great so my question really based on this is does anyone know an application that "loads from memory" and "obfuscates" the code?

Many thanks :smileygrin:

0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

ISESteroids offers that functionality.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

View solution in original post

0 Kudos
2 Replies
LucD
Leadership
Leadership
Jump to solution

ISESteroids offers that functionality.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
Mike_Yazbeck
Enthusiast
Enthusiast
Jump to solution

Thanks LucD :smileygrin:

I will take a look at it. I have found some forums talk about it, but it wasnt obvious if it could scramble the code without having to extract the script temporarily and then deleting it later.

Clearly I didnt read the article properly as it does indeed provide that functionality... d'oh :smileysilly:

0 Kudos