Add to Technorati Favorites
Welcome to ThePowerShellGuy.com
Sign in
|
Join
|
Help
The PowerShell Guy
get-Shell | where {$_.pipeline -contains Objects}
This Blog
About
Recent Posts
PowerShell V2 Interview: Universal Code Execution Model
PowerTab V2 Examples
UpToDateness Vector (UTDV) PowerShell exercise
Keeping up with the Community
PowerShell, CdAudioDoor Module
Search
Go
Tags
.NET
Active Directory
AD
Admin Development Method
ADO
BDD 2007
bitmap
Book
C#
Calendar
Citrix
cmd.exe
CodePlex
Color
Console
ctp
CTP2
DateTime
Editor
Enums
ETS
Event
Eventlog
Exchange 2007
Extending
file
fun
Group Policy
GUI
Help
Hex
Hey!
Hosting
Interview
Invoke-Expression
ipconfig
IronPython
IT Forum
LINQ
liveMeeting
mail
mmc
modules
MOM2007
Monitor
move
movie
MS08-030
MVP
network
object
outlook
performace
performance
Podcast
PoSH Challenge
PowerShell
PowerShell Analyzer
PowerShelled
PowerShellScriptCenter
powert
PowerTab
prank
Process
Provider
PS+
PSA
pscx
PsObject
puzzle
RawUI
RegEx
Registry
Remote
REPL
scripting
Scripting games
SnapIn
SQL Server
String
TabExpansion
TechNet Live
Technorati
text
TextScraping
tools
TypeConversion
Unix
v2
VB.NET
Video
wallpaper
WebCast
WinRM
WMI
WMI Explorer
workflow
WPF
XML
XMLRPC
Books
Windows PowerShell™: TFM®
PowerShell in Action
Professional Windows PowerShell
Windows PowerShell Quick Reference
Monad (AKA PowerShell)
Microsoft Windows Powershell Programming for the Absolute Beginner
PowerShell Blogs
/\/\o\/\/ PowerShelled (my former blog )
Windows PowerShell Team Blog
Precision Computing
Keith Hill's Blog
PowerShell for Fun
Under the Stairs
Richard Siddaway
Arul Kumaravel
Time is an illusion. Lunchtime doubly so
Get-PowerShellBlog
PowerShell for testers
PowerShell Memo (JP)
PowerShell Links
Windows PowerShell Home
Windows PowerShell NewsGroup
ScriptCenter PowerShell Page
Windows PowerShell SDK
PowerShell Live
Windows PowerShell Documentation
del.icio.us powershell Links
PowerShell Community Extensions
get-psuguk. UK PowerShell User group
Computerperformance PowerShell home
Wikipedia
PowerShell Tip of the Week
PowerShell Videos and Webcasts
PowerShell VideoList
Introduction to Windows PowerShell Virtual Lab
Writing Scripts with Windows Powershell (Labcast)
Tab Completion
PowerTab Overview Page
CodePlex
PowerShell Projects on CodePlex
Hosted by :
orcsweb
Archives
August 2008 (5)
July 2008 (5)
June 2008 (17)
May 2008 (12)
April 2008 (4)
March 2008 (10)
February 2008 (46)
January 2008 (18)
December 2007 (16)
November 2007 (4)
October 2007 (8)
September 2007 (6)
August 2007 (15)
July 2007 (12)
June 2007 (13)
May 2007 (14)
April 2007 (14)
March 2007 (12)
February 2007 (29)
January 2007 (21)
December 2006 (5)
Syndication
RSS 2.0
Atom 1.0
Browse by Tags
All Tags
»
byte
(RSS)
bitmap
PoSH Challenge
PowerShell
Monday, January 28, 2008 5:04 PM
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
Filed under:
PowerShell
,
PoSH Challenge
,
bitmap
,
byte