ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » byte » PowerShell
  • PoSH Challenge Part 11

    For Level 12 more bitmaps but then mixed together and delivered as bytes :   # Level 12 $a=$b=$c=$d=$e = @() $ba = [System.IO.File]::ReadAllBytes( "C:\PowerShell\PoshChallenge\evil2.gfx" ) foreach ($byte in $ba) { $a += $byte [void]$foreach.movenext();$b += $foreach.current [void]$foreach.movenext();$c += ...
    Posted to The PowerShell Guy (Weblog) by MoW on January 28, 2008
Powered by Community Server (Personal Edition), by Telligent Systems