Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 22: Line 22:
 
* [[Message Bus Messages]] - The different messages that can be sent
 
* [[Message Bus Messages]] - The different messages that can be sent
 
* [[Load Validation]] - How to independently validate that Truxton is working correctly
 
* [[Load Validation]] - How to independently validate that Truxton is working correctly
 +
* [[Identifying Databases]] - How Truxton identifies specific file types from generic databases
  
 
=Truxton File Formats=
 
=Truxton File Formats=

Revision as of 02:55, 27 June 2021

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