Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 10: Line 10:
 
* [[Configuration System]] - All the different ways to configure Truxton
 
* [[Configuration System]] - All the different ways to configure Truxton
 
* [[TruxtonService.xml]] - The configuration file for the Truxton Service
 
* [[TruxtonService.xml]] - The configuration file for the Truxton Service
* [[ETL Stages]]
+
* [[ETL Stages]] - What do they mean?
 
* [[Truxton URL Interface]] - For linking to Truxton
 
* [[Truxton URL Interface]] - For linking to Truxton
 
* [[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
 
* [[Turn on Syslogging]] - Truxton can use [https://en.wikipedia.org/wiki/Syslog syslog] to send tremendous amounts of debugging data
 
* [[Turn on Syslogging]] - Truxton can use [https://en.wikipedia.org/wiki/Syslog syslog] to send tremendous amounts of debugging data
* [[Watch Desktop Logs]]
+
* [[Watch Desktop Logs]] - Get a scrolling text view of logs
 
* [[Temporary Filenames]] - How to identify the source of temporary files
 
* [[Temporary Filenames]] - How to identify the source of temporary files
 
* [[Message Bus Drivers]] - How Truxton can be message queue technology agnostic
 
* [[Message Bus Drivers]] - How Truxton can be message queue technology agnostic
 
* [[Azure]] - Running Truxton on and engaging Azure services
 
* [[Azure]] - Running Truxton on and engaging Azure services
* [[Debugging the Loader]]
+
* [[Debugging the Loader]] - Not that you'd ever need to...
* [[VC Redistributables]]
+
* [[VC Redistributables]] - Where to get the latest version of C and .Net runtime libraries
* [[Message Bus Messages]]
+
* [[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
  

Revision as of 06:45, 3 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