aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/ConvertTo-String.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-05-10Added ConvertTo-StringMatt Graeber1-0/+70
ConvertTo-String converts the bytes of a file to a string that has a 1-to-1 mapping back to the file's original bytes. ConvertTo-String is useful for performing binary regular expressions.