xva-img 1.5-1build1 source package in Ubuntu

Changelog

xva-img (1.5-1build1) noble; urgency=medium

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Tue, 05 Mar 2024 02:18:40 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xva-img_1.5.orig.tar.gz 14.7 KiB 89667ea86a5ec8cbf670966eea9d758f4571a92004c798d8df3e1aa0eaea9235
xva-img_1.5-1build1.debian.tar.xz 3.5 KiB 7c43e1cb51886a0b99b51965335f2de065cb0da33772ae2897b08bc8300ed001
xva-img_1.5-1build1.dsc 1.9 KiB 954c6b9ce5fb9af6ee4776cbaaaa56d35ac5df554fab4665de7a3d1581f42409

Available diffs

View changes file

Binary packages built by this source

xva-img: Citrix XenServer .xva disk extraction tool

 xva-image is a tool to generate disk images from Citrix XenServer .xva
 VM images as well as to generate .xva VM images from raw disks and the
 according ova.xml files.
 .
 It's for example needed if you want to forensically analyse a virtual
 machine in .xva format on a non-Citrix operating system.
 .
 Citrix Xen uses a custom virtual appliance format for import/export
 called "XVA". it's basically a strangely crafted tar-file. You don't
 need this program to unpack this tar-file, just use your favourite tar
 unpacker (tar, gtar, bsdtar). Once unpacked you will end up with a lot
 of different files, ova.xml (which contains the settings for the virtual
 appliance, think VMware vmx) and a number of folders called Ref:<number>/,
 this is your disks. Each of these folders contain hundreds of files named
 00000000, 00000001 with a accompanying .CHECKSUM file (SHA1).
 Each file is a 1MB slice of the disk, but some of the files in the sequence
 will probably be missing this is because XVA do not use compression; instead
 it will exclude slices of the disk that only contains zeros (are empty).
 This tool can assemble the disk for you (you will end up with a RAW disk)
 that can easily be mounted and modified. It can then also split the file again
 and generate checksum. Once ready, you will probably want to use the "package"
 command to rebuild the XVA file.

xva-img-dbgsym: debug symbols for xva-img