Difference between revisions of "Main Page"

From truxwiki.com
Jump to navigation Jump to search
Line 16: Line 16:
 
=For Power Users=
 
=For Power Users=
 
* [[Exploitation Layer]] - A description of how Truxton exploits data
 
* [[Exploitation Layer]] - A description of how Truxton exploits data
* [[Hash Set | Hash Set File Format]] - For eliminating useless files based on the [https://en.wikipedia.org/wiki/MD5 MD5] hash of the contents
+
* [[Hash Set|Hash Set File Format]] - For eliminating useless files based on the [https://en.wikipedia.org/wiki/MD5 MD5] hash of the contents
* [[Load List | Load List File Format]] - For scripting the loading of lots of media.
+
* [[Load List|Load List File Format]] - For scripting the loading of lots of media
 +
* [[Depot|Depot File Format]] - This is how Truxton stores the contents of files extracted from source media
 
* [[Loader Configuration]] - Information on configuring Truxton
 
* [[Loader Configuration]] - Information on configuring Truxton
 
* [[Lessons Learned]] - How to do some non-obvious things
 
* [[Lessons Learned]] - How to do some non-obvious things
* [[Turn on Syslogging | Syslog]] - For monitoring everything
+
* [[Turn on Syslogging|Syslog]] - For monitoring everything
 
* [[Message Concentrator]] - How to reduce the number of database connections
 
* [[Message Concentrator]] - How to reduce the number of database connections
 
* [[Configuration System]] - Everything you ever wanted to know about how to configure Truxton
 
* [[Configuration System]] - Everything you ever wanted to know about how to configure Truxton

Revision as of 10:09, 29 December 2020

Welcome to the Truxton Technical Wiki. This wiki is here for developers to extend Truxton's capabilities. There aren't any forensic techniques discussed here unless someone makes a page for it. Truxton Forensics will be contributing articles and sample code to allow you to make Truxton do what you need.

For Developers

The following are starting points for developers.

For Power Users