Skip to content

Conversation

@KevinsBobo
Copy link

For example:
Out-ObfuscatedAst -ScriptBlock {
If($true)
{
$a = 1 + 3 + 4
$b = 5
$c = $a + $b
$d = 8 + 9
$e = $d
}
}

For example:
Out-ObfuscatedAst -ScriptBlock {
If($true)
{
    $a = 1 + 3 + 4
    $b = 5
    $c = $a + $b
    $d = 8 + 9
    $e = $d
}
}
For example:
Out-ObfuscatedAst -ScriptBlock {
If($true)
{
    $a = 1 + 3 + 4
    $b = 5
    $c = $a + $b
    $d = 8 + 9
    $e = $d
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant