Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
 
Line 45: Line 45:
 
* [[File Export Criteria]] - The different criteria you can specify in the C API for exporting files
 
* [[File Export Criteria]] - The different criteria you can specify in the C API for exporting files
 
* [[File Export Options]] - The different options you can specify in the C API for exporting files
 
* [[File Export Options]] - The different options you can specify in the C API for exporting files
 +
* [[File Types Supported|File Types]] - The different types of files that Truxton knows about
 
* [[Group Status]] - The status of groups
 
* [[Group Status]] - The status of groups
 
* [[Group Types]] - The types of groups
 
* [[Group Types]] - The types of groups

Latest revision as of 06:41, 16 August 2025

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