Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 1: Line 1:
 
=Truxton Developer's Guide=
 
=Truxton Developer's Guide=
 
 
* [[How to Write an ETL]]
 
* [[How to Write an ETL]]
 
* [[Debugging Tips]]
 
* [[Debugging Tips]]
  
 
=Truxton Stuff (A collection of developer's information on a variety of topics)=
 
=Truxton Stuff (A collection of developer's information on a variety of topics)=
 
 
* [[How Truxton Works]] - High level overview
 
* [[How Truxton Works]] - High level overview
 
* [[Truxton SDK]] - For developing software with Truxton
 
* [[Truxton SDK]] - For developing software with Truxton
Line 15: Line 13:
 
* [[Debugging the Loader]]
 
* [[Debugging the Loader]]
 
* [[Add A New File Type]] - How to add a new file type to Truxton and exploit it
 
* [[Add A New File Type]] - How to add a new file type to Truxton and exploit it
* [[Depot]] file format - The way Truxton stores file contents
 
* [[Load List]] file format - Details on the load script format
 
 
* [[File Type Identification]]
 
* [[File Type Identification]]
 
* [[VC Redistributables]]
 
* [[VC Redistributables]]
Line 27: Line 23:
 
* [[Message Bus Messages]]
 
* [[Message Bus Messages]]
 
* [[Load Validation]] - How to independently validate that Truxton is working correctly
 
* [[Load Validation]] - How to independently validate that Truxton is working correctly
* [[Secure Truxton | How to Secure Truxton Services]] - If you need Truxton to run on a locked down machine
+
* [[Secure Truxton|How to Secure Truxton Services]] - If you need Truxton to run on a locked down machine
 +
 
 +
=File Formats=
 +
* [[Depot]] file format - The way Truxton stores file contents
 +
* [[Load List]] file format - Details on the load script format
  
 
=Data Types=
 
=Data Types=

Revision as of 15:30, 5 April 2021

Truxton Developer's Guide

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

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

Code Dependencies