Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 13: 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
* [[File Type Identification]]
 
 
* [[VC Redistributables]]
 
* [[VC Redistributables]]
 
* [[Configuration System]] - All the different ways to configure Truxton
 
* [[Configuration System]] - All the different ways to configure Truxton

Revision as of 15:31, 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