Difference between revisions of "Type GZip"

From truxwiki.com
Jump to navigation Jump to search
 
(3 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 15: Line 15:
 
| Format Details
 
| Format Details
 
| No
 
| No
 +
|-
 +
| Carve Meta Data
 +
| Yes
 
|-
 
|-
 
| MIME Type
 
| MIME Type
Line 27: Line 30:
 
=Description=
 
=Description=
 
GZip compressed data
 
GZip compressed data
 
=Details=
 
* [https://tools.ietf.org/html/rfc1952 Format]
 
  
 
=Truxton Exploiters=
 
=Truxton Exploiters=
 
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=
 +
When Truxton carves this file, it can populate the following columns in the <code><nowiki>[</nowiki>[[File Table|File]]<nowiki>]</nowiki></code> table:
 +
* <code>LastWrite</code> - When the file was last modified
 +
* <code>Name</code> - The name of the file
 +
 +
=Details=
 +
* [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