Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 24: Line 24:
 
* [[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
 
* [[Identifying Databases]] - How Truxton identifies specific file types from generic databases
 +
* [[Black Box]] - Using Truxton's Debugging Black Box
  
 
=Truxton File Formats=
 
=Truxton File Formats=

Revision as of 05:07, 14 September 2022

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