xvdtool is a C# command-line utility for manipulating Xbox One XVD/XVC packages. It can print detailed info about package headers, resign, rehash, en/decrypt and verify data integrity of a package, it can also convert (some, but not all) decrypted XVD files to VHD. This includes 64 bit binaries for Linux. New in this rel:
DurangoKeyExtractor: Add tool to extract known keys from binaries.
Tests: Added tests for hash block related functions.
XVDTool: Add Xvc enums / structs.
XVDTool: Enable raw filesystem extraction, rework VHD extraction.
XVDTool: Add XvdMountFlags.
XVDTool: Name previously unknown XvdMount function arguments.
XVDTool: Add additional xsapi.dll XvdMount interop,
XVDTool: Enable loading keys from global/local config directory.
XVDTool: Enable supplying CIK/ODK/SignKey via cmdline.
XVDTool: Helper functions to calculate data offsets.
XBFSTool: Updated filetable.
XBFSTool: Enable rehashing XBFS table.
XBFSTool: Parsing of console certificate.
↧