Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 66: Line 66:
 
* [https://github.com/SammyB428/WFC Win32 Foundation Classes]
 
* [https://github.com/SammyB428/WFC Win32 Foundation Classes]
 
* [https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0 VC Runtime redistributables] aka VC REDIST, aka vc_redist, aka vc_redist.x64.exe
 
* [https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0 VC Runtime redistributables] aka VC REDIST, aka vc_redist, aka vc_redist.x64.exe
 +
 +
=Integrated APIs=
 +
* [[Flashpoint API]]
 +
* [[Whooster API]]

Revision as of 13:00, 2 December 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

Integrated APIs