All public logs
Jump to navigation
Jump to search
Combined display of all available logs of truxwiki.com. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 04:44, 27 July 2020 Sam talk contribs created page Truxton option get boolean (Created page with "This destroys an options object. =Syntax= <syntaxhighlight lang="C"> int64_t truxton_options_get_boolean( uint64_t options_handle, char const * name ); </syntaxhighlight> =P...")
- 04:35, 27 July 2020 Sam talk contribs created page Truxton options destroy (Created page with "This destroys an options object. =Syntax= <syntaxhighlight lang="C"> void truxton_options_destroy( uint64_t options_handle ); </syntaxhighlight> =Parameters= ==<code>options...")
- 04:27, 27 July 2020 Sam talk contribs created page Truxton options create (Created page with "This creates an options object. This is how you get configuration settings from Truxton. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_options_create(void); </syntaxhi...")
- 08:48, 26 July 2020 Sam talk contribs created page Truxton media save (Created page with "This will commit the data in the media object to the database. It will write a record to the <code>Media</code> table. =Syntax= <syntaxhighlight lang="C"> int truxton_media_s...")
- 08:40, 26 July 2020 Sam talk contribs created page Truxton media add child (Created page with "This creates a new child file belonging to this media. This new child will be an orphan. You must set the Truxton_child_file_set_parent_id|pare...")
- 08:35, 26 July 2020 Sam talk contribs created page Truxton media get generated files folder id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the Generated Files folder in the media. This corresponds to the <code>ID</code> colum...")
- 08:20, 26 July 2020 Sam talk contribs created page Truxton media get root file id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the topmost file in the media. This corresponds to the <code>ID</code> column of the <...")
- 08:06, 26 July 2020 Sam talk contribs created page Truxton media set longitude (Created page with "This sets the [https://en.wikipedia.org/wiki/Longitude longitude] portion of the [https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84 WGS84] coordinates of where the med...")
- 08:04, 26 July 2020 Sam talk contribs created page Truxton media get longitude (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Longitude longitude] portion of the [https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84 WGS84] coordinates of where th...")
- 08:02, 26 July 2020 Sam talk contribs created page Truxton media set latitude (Created page with "This sets the [https://en.wikipedia.org/wiki/Latitude latitude] portion of the [https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84 WGS84] coordinates of where the media...")
- 07:58, 26 July 2020 Sam talk contribs created page Truxton media get latitude (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Latitude latitude] portion of the [https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84 WGS84] coordinates of where the...")
- 07:52, 26 July 2020 Sam talk contribs created page Truxton media set size (Created page with "Sets the size of the original media, in bytes, before processing. This corresponds to the <code>Size</code> column of the <code>Media</code> table. =Syntax= <syntaxhighlight...")
- 07:45, 26 July 2020 Sam talk contribs created page Truxton media get size (Created page with "This retrieves the number of bytes in the original media. This corresponds to the <code>Size</code> column of the <code>Media</code> table. The number of bytes in the media is...")
- 07:36, 26 July 2020 Sam talk contribs created page Truxton media set load configuration id (Created page with "Sets the configuration of the media processing. This corresponds to the <code>LoadConfigurationID</code> column of the <code>Media</code> table. It should be a value from the...")
- 07:32, 26 July 2020 Sam talk contribs created page Truxton media get load configuration id (Created page with "This retrieves the load configuration used to load the data. This corresponds to the <code>LoadConfigurationID</code> column of the <code>Media</code> table. It should be a va...")
- 07:21, 26 July 2020 Sam talk contribs created page Truxton media set percent complete (Created page with "Sets the percentage complete the media is in the processing phase. This corresponds to the <code>PercentComplete</code> column of the <code>Media</code> table. =Syntax= <synt...")
- 07:17, 26 July 2020 Sam talk contribs created page Truxton media get percent complete (Created page with "This retrieves the percent complete of the processing of the media. This corresponds to the <code>PercentComplete</code> column of the <code>Media</code> table. =Syntax= <syn...")
- 07:12, 26 July 2020 Sam talk contribs created page Truxton media set expires (Created page with "This sets the creation date of the media. This corresponds to the <code>Expires</code> column of the <code>Media</code> table. =Syntax= <syntaxhighlight lang="C"> void truxto...")
- 07:07, 26 July 2020 Sam talk contribs created page Truxton media get expires (Created page with "This retrieves the expiration date of the media. This corresponds to the <code>Expires</code> column of the <code>Media</code> table. This is the date that the media will be a...")
- 07:03, 26 July 2020 Sam talk contribs created page Truxton media set last updated (Created page with "This sets the last updated date of the media. This corresponds to the <code>LastUpdated</code> column of the <code>Media</code> table. =Syntax= <syntaxhighlight lang="C"> voi...")
- 07:01, 26 July 2020 Sam talk contribs created page Truxton media get last updated (Created page with "This retrieves the date when the media last changed. This corresponds to the <code>LastUpdated</code> column of the <code>Media</code> table. =Syntax= <syntaxhighlight lang="...")
- 06:15, 26 July 2020 Sam talk contribs created page Truxton media set created (Created page with "This sets the creation date of the media. This corresponds to the <code>Created</code> column of the <code>Media</code> table. =Syntax= <syntaxhighlight lang="C"> void truxto...")
- 08:01, 25 July 2020 Sam talk contribs created page Truxton media get created (Created page with "This retrieves the create date of the media. This corresponds to the <code>Created</code> column of the <code>Media</code> table. It represents when this media was created in...")
- 07:50, 25 July 2020 Sam talk contribs created page Truxton media set type (Created page with "This sets the type of the media. It corresponds to the <code>MediaTypeID</code> column of the <code>Media</code> table. It can be one of the Media Types|defi...")
- 02:24, 25 July 2020 Sam talk contribs created page Truxton media get type (Created page with "This retrieves the type of the media. It corresponds to the <code>MediaTypeID</code> column of the <code>Media</code> table. It can be one of the Media Status...")
- 10:36, 23 July 2020 Sam talk contribs created page Yara (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Archives.exe</code> |- | Stage | style="text-align:center;" | 6 |- | Percent Complete | style="te...")
- 10:15, 23 July 2020 Sam talk contribs created page Thumbnail (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Thumbnail.exe</code> |- | Stage | style="text-align:center;" | 8 |- | Percent Complete | style="t...")
- 09:49, 23 July 2020 Sam talk contribs created page Stitch (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Stitch.exe</code> |- | Stage | style="text-align:center;" | 40 |- | Percent Complete | style="tex...")
- 09:41, 23 July 2020 Sam talk contribs created page Report (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Report.exe</code> |- | Stage | style="text-align:center;" | 160 |- | Percent Complete | style="te...")
- 09:28, 23 July 2020 Sam talk contribs created page RemoteFileExpander (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>RemoteFileExpander.exe</code> |- | Stage | style="text-align:center;" | 3 |- | Percent Complete |...")
- 09:17, 23 July 2020 Sam talk contribs created page RegRipper (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>RegRipper.exe</code> |- | Stage | style="text-align:center;" | 8 |- | Percent Complete | style="t...")
- 09:12, 23 July 2020 Sam talk contribs created page Registry (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Registry.exe</code> |- | Stage | style="text-align:center;" | 9 |- | Percent Complete | style="te...")
- 09:00, 23 July 2020 Sam talk contribs created page Poly (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Poly.exe</code> |- | Stage | style="text-align:center;" | 6 |- | Percent Complete | style="text-a...")
- 08:22, 23 July 2020 Sam talk contribs created page Identify (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Identify.exe</code> |- | Stage | style="text-align:center;" | 2 |- | Percent Complete | style="te...")
- 08:15, 23 July 2020 Sam talk contribs created page Finished (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Finished.exe</code> |- | Stage | style="text-align:center;" | 240 |- | Percent Complete | style="...")
- 08:05, 23 July 2020 Sam talk contribs created page EMail (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>EMail.exe</code> |- | Stage | style="text-align:center;" | 12 |- | Percent Complete | style="text...")
- 07:01, 23 July 2020 Sam talk contribs created page ContactSheet (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>ContactSheet.exe</code> |- | Stage | style="text-align:center;" | 6 |- | Percent Complete | style...")
- 06:54, 23 July 2020 Sam talk contribs created page Carve (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Carve.exe</code> |- | Stage | style="text-align:center;" | 4 |- | Percent Complete | style="text-...")
- 06:48, 23 July 2020 Sam talk contribs created page Archives (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Archives.exe</code> |- | Stage | style="text-align:center;" | 6 |- | Percent Complete | style="te...")
- 06:42, 23 July 2020 Sam talk contribs created page Alert (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Alert.exe</code> |- | Stage | style="text-align:center;" | 128 |- | Percent Complete | style="tex...")
- 10:07, 22 July 2020 Sam talk contribs created page Expand (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Expand.exe</code> |- | Stage | style="text-align:center;" | 3 |- | Percent Complete | style="text...")
- 09:04, 22 July 2020 Sam talk contribs created page Exploitation Layer (Created page with "The Exploitation Layer is the collection of processes on the Message Bus that exploit data in Truxton. =Description= The exploitation layer is typically controlled by the...")
- 08:22, 22 July 2020 Sam talk contribs created page Message Bus (Created page with "The way that Truxton can scale exploitation processing is by using a [https://en.wikipedia.org/wiki/Message-oriented_middleware Message Bus.] =What is a Message Bus= A messag...")
- 10:18, 11 July 2020 Sam talk contribs created page Truxton media set status (Created page with "This sets the status of the media. It corresponds to the <code>MediaStatusID</code> column of the <code>Media</code> table. It can be one of the Media Statu...")
- 10:13, 11 July 2020 Sam talk contribs created page Truxton media get status (Created page with "This retrieves the status of the media. It corresponds to the <code>MediaStatusID</code> column of the <code>Media</code> table. It can be one of the Media...")
- 05:24, 11 July 2020 Sam talk contribs created page Truxton Service (Created page with "The Truxton Service is a [https://en.wikipedia.org/wiki/Windows_service Windows Service] that hosts the exploitation process scheduling as well as message concentrator.")
- 06:04, 10 July 2020 Sam talk contribs created page Truxton media set evidence bag (Created page with "Sets the identifier of the evidence bag holding the media. This corresponds to the <code>EvidenceBag</code> column of the <code>Media</code> table. =Syntax= <syntaxhighlight...")
- 06:03, 10 July 2020 Sam talk contribs created page Truxton media get evidence bag (Created page with "This retrieves the identifier of the evidence bag holding the media. It corresponds to the <code>EvidenceBag</code> column of the <code>Media</code> table. This is an arbitra...")
- 05:54, 10 July 2020 Sam talk contribs created page Truxton media get originator (Created page with "This retrieves the originator of the media. It corresponds to the <code>Originator</code> column of the <code>Media</code> table. This is an arbitrary string value that Truxt...")
- 04:58, 10 July 2020 Sam talk contribs created page Truxton media set originator (Created page with "Sets where this media came from. This corresponds to the <code>Originator</code> column of the <code>Media</code> table. =Syntax= <syntaxhighlight lang="C"> void truxton_medi...")