Automation

 View Only
Expand all | Collapse all

Converting PowerShell Scripts to EXE Without Wrapping the Code

  • 1.  Converting PowerShell Scripts to EXE Without Wrapping the Code

    Posted Sep 09, 2016 10:33 AM

    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:



  • 2.  RE: Converting PowerShell Scripts to EXE Without Wrapping the Code
    Best Answer

    Posted Sep 09, 2016 11:26 AM

    ISESteroids offers that functionality.



  • 3.  RE: Converting PowerShell Scripts to EXE Without Wrapping the Code

    Posted Sep 09, 2016 01:30 PM

    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: