Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 11: Line 11:
 
* [[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
* [[Turn on Syslogging]]
+
* [[Turn on Syslogging]] - Truxton can use [https://en.wikipedia.org/wiki/Syslog syslog] to send tremendous amounts of debugging data
 
* [[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

Revision as of 09:01, 8 December 2020

Truxton Developer's Guide

Truxton Stuff

Data Types

Truxton uses lots of defined constants and enums. Here's a list of them.

Exploitation

Code Dependencies