User contributions
Jump to navigation
Jump to search
- 13:22, 18 May 2020 diff hist +17 Message Bus Messages →Message Structure
- 13:20, 18 May 2020 diff hist +11,053 N Message Bus Messages Created page with "The core of Truxton is the message bus. =Message Structure= Here's the C/C++ structure: <syntaxhighlight lang="C++"> struct TRUXTON_MESSAGE { GUID file_id; GUID..."
- 13:19, 18 May 2020 diff hist +50,283 N MESSAGE BUS PROVIDER Created page with "The Message Bus client gives applications the ability to send and receive messages. =Interface= <syntaxhighlight lang="C++"> struct..."
- 13:18, 18 May 2020 diff hist +538 N Message Bus Drivers Created page with "The Message Bus is implemented in two drivers, Client and Server. They are implemented in DLLs so as to completely separate the communication methods from application logic...."
- 13:03, 18 May 2020 diff hist +960 N How Truxton Works Created page with "Truxton was designed to exploit data in a scalable way. You can add more exploitation processes on your loader machine or you can add more machines to the exploitation process..."
- 13:02, 18 May 2020 diff hist +138 N How to Write an ETL Created page with "An ETL is a process that performs a step in the Truxton exploitation system. These can be written an pretty much any programming language." current
- 13:01, 18 May 2020 diff hist +1,059 N Developer's Guide Created page with "=Truxton Developer's Guide= How to Write an ETL =Truxton Stuff= * How Truxton Works * Truxton SDK * Message Bus Drivers * Connie - The Message Bus Conce..."
- 12:57, 18 May 2020 diff hist -510 Main Page