Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 39: Line 39:
 
* [[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.
 +
* [[Depot Status]] - The different statuses of a depot.
 
* [[Entity Types]] - The types of artifacts in Truxton
 
* [[Entity Types]] - The types of artifacts in Truxton
 
* [[ETL Application Modes]] - The different modes of operation you can use in an ETL application
 
* [[ETL Application Modes]] - The different modes of operation you can use in an ETL application

Revision as of 07:00, 25 January 2024

Truxton Developer's Guide

Truxton Stuff (A collection of developer's information on a variety of topics)

Truxton File Formats

  • Depot file format - The way Truxton stores file contents
  • Load List file format - Details on the load script format

Data Types

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

Exploitation Hints

Code Dependencies

Integrated APIs