Difference between revisions of "Developer's Guide"

From truxwiki.com
Jump to navigation Jump to search
Line 63: Line 63:
 
* [[vcpkg]]
 
* [[vcpkg]]
 
* [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

Revision as of 09:14, 6 April 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