Difference between revisions of "Type GZip"

From truxwiki.com
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| style="float:right;border:1px solid black"
 
{| style="float:right;border:1px solid black"
|+ Details
+
|+ [[Type_3G2_Video|<<]] Details [[Type_MIDI|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_GZip</code>
 
| <code>Type_GZip</code>
Line 34: Line 34:
 
This file type is handled by the following ETLs:
 
This file type is handled by the following ETLs:
 
* [[Expand]]
 
* [[Expand]]
 +
 +
=Items Produced=
 +
Truxton will extract the following from this file type:
 +
* Files
  
 
=Carve Meta Data=
 
=Carve Meta Data=
Line 42: Line 46:
 
=Details=
 
=Details=
 
* [https://tools.ietf.org/html/rfc1952 Format]
 
* [https://tools.ietf.org/html/rfc1952 Format]
 +
* [https://formats.kaitai.io/gzip/ Kaitai]

Latest revision as of 06:34, 6 March 2026

<< Details >>
Defined Constant Type_GZip
File Type Value 286
Parent Type None
Carve Yes
Format Details No
Carve Meta Data Yes
MIME Type application/x-gzip
Filename Extension gz

GZip

Description

GZip compressed data

Truxton Exploiters

This file type is handled by the following ETLs:

Items Produced

Truxton will extract the following from this file type:

  • Files

Carve Meta Data

When Truxton carves this file, it can populate the following columns in the [File] table:

  • LastWrite - When the file was last modified
  • Name - The name of the file

Details