<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=ExpandedFile</id>
	<title>ExpandedFile - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://truxwiki.com/index.php?action=history&amp;feed=atom&amp;title=ExpandedFile"/>
	<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=ExpandedFile&amp;action=history"/>
	<updated>2026-09-09T15:10:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://truxwiki.com/index.php?title=ExpandedFile&amp;diff=1080&amp;oldid=prev</id>
		<title>Sam: Created page with &quot;The &lt;code&gt;ExpandedFile&lt;/code&gt; records which exploitation methods were performed on a file. Truxton tracks which version of ETLs were used to expand/exploit a file. This allows...&quot;</title>
		<link rel="alternate" type="text/html" href="https://truxwiki.com/index.php?title=ExpandedFile&amp;diff=1080&amp;oldid=prev"/>
		<updated>2020-05-26T10:54:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;lt;code&amp;gt;ExpandedFile&amp;lt;/code&amp;gt; records which exploitation methods were performed on a file. Truxton tracks which version of ETLs were used to expand/exploit a file. This allows...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;lt;code&amp;gt;ExpandedFile&amp;lt;/code&amp;gt; records which exploitation methods were performed on a file.&lt;br /&gt;
Truxton tracks which version of ETLs were used to expand/exploit a file.&lt;br /&gt;
This allows you to make intelligent decisions about reprocessing files with a newer version of an existing ETL.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;SQL&amp;quot;&amp;gt;&lt;br /&gt;
CREATE TABLE &amp;quot;ExpandedFile&amp;quot; (&lt;br /&gt;
    &amp;quot;FileID&amp;quot; uuid NOT NULL,&lt;br /&gt;
    &amp;quot;HashID&amp;quot; uuid NOT NULL,&lt;br /&gt;
    &amp;quot;Expander&amp;quot; bigint DEFAULT 0 NOT NULL,&lt;br /&gt;
    &amp;quot;Version&amp;quot; bigint DEFAULT 0 NOT NULL&lt;br /&gt;
);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sam</name></author>
		
	</entry>
</feed>