Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 30: Line 30:
 
Here's a list of them.
 
Here's a list of them.
  
 +
* [[Carve Options]] - The meaning of carving option flags
 
* [[Content Status]] - The status of the contents of a file.
 
* [[Content Status]] - The status of the contents of a file.
 
* [[DATA TYPE|Data Types]] - How the bytes in a file can be interpreted.
 
* [[DATA TYPE|Data Types]] - How the bytes in a file can be interpreted.
 
* [[Depot Types]] - The different types of data that can be stored in a depot.
 
* [[Depot Types]] - The different types of data that can be stored in a depot.
* [[Entity Types]]
+
* [[Entity Types]] = The types of artifacts in Truxton
* [[Event Types]]
+
* [[Event Types]] - The types of events in Truxton
 
* [[Investigation Statuses]]
 
* [[Investigation Statuses]]
 
* [[Investigation Types]]
 
* [[Investigation Types]]

Revision as of 11:17, 10 June 2020

Truxton Developer's Guide

How to Write an ETL

Truxton Stuff

Data Types

Truxton uses lots of defined constants and enums. Here's a list of them.

Exploitation

Code Dependencies