Commit Graph
5 Commits
Author SHA1 Message Date
John Starks d18f2f3f56 Add validate tool to scan all directories in a WIM 2016-04-06 13:58:23 -07:00
John Starks 2748a384c0 WIM: Don't use syscall package
This allows the WIM code to build on other OSes.
2016-04-06 13:57:09 -07:00
John Starks 3cedae2e26 WIM: Fix handling of reparse points
Reparse point data is not always in the first stream, sometimes it is in
the file data itself. Remove ReparseStream and always put it in the file
data.
2016-04-06 13:56:25 -07:00
John Starks bad3e111b5 LZX: Fix unaligned block failure
This fixes the case where an unaligned block lands on a 16-bit boundary.
2016-04-06 13:45:37 -07:00
John Starks 0e1e9fec26 Add WIM parser
This new code supports parsing WIM files. Currently, only WIM files that
were created with no compression or LZX compression are supported. Xpress
compression is not.
2016-04-04 13:51:45 -07:00