Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » byte   (RSS)

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
Posted by MoW | 0 Comments