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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 23:54, 29 November 2021 216.73.216.125 talk uploaded File:Img-Standard-Model-and-Flow-00.png (Describes the Model and Flow for the Suspect/Investigator/[Media] image)
  • 23:54, 29 November 2021 216.73.216.125 talk created page File:Img-Standard-Model-and-Flow-00.png (Describes the Model and Flow for the Suspect/Investigator/[Media] image)
  • 23:51, 29 November 2021 216.73.216.125 talk created page Forms with Images (Created page with "There are a few Dialog Forms that include a picture to help identify the topic in question. A few examples include: Suspect and Investigator. == UI Guide Menu == :* UI - T...")
  • 10:47, 22 November 2021 216.73.216.125 talk created page How Dialog Forms Work (Created page with "This page is a developer's guide to the User Interface of the Desktop application called Truxton Analyst. == UI Guide Menu == :* UI - Truxton Analyst - Dev Guide :# ...")
  • 15:48, 12 November 2021 216.73.216.125 talk created page Truxton CLI options (Created page with "== UI Guide Menu == :* UI - Truxton Analyst - Dev Guide :# Entry Point :# Navigation and Routing :# Databinding :# Dependency Injection :# Tas...")
  • 14:57, 12 November 2021 216.73.216.125 talk created page How Reports are Displayed (Created page with "== UI Guide Menu == :* UI - Truxton Analyst - Dev Guide :# Entry Point :# Navigation and Routing :# Databinding :# Dependency Injection :# Tas...")
  • 16:14, 10 November 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 15:15, 9 November 2021 216.73.216.125 talk created page Task Bar Icon (Created page with "This page documents the Task Bar Icon of the application, or the icon at the bottom right of a typical Windows Desktop setup. == UI Guide Menu == :* UI - Truxton Analyst -...")
  • 11:30, 3 November 2021 216.73.216.125 talk created page Dependency Injection (Created page with "This page documents the Dependency Injection (DI) of the application, or how each class's dependencies(services, etc) are loaded automagically. This document is intended to de...")
  • 12:18, 2 November 2021 216.73.216.125 talk uploaded File:DesignerTool.PNG (Shows Visual Studio Tools. At the top is the button to run the Development build. The left is the Toolbox which is used to drag and drop UI elements to the Designer Window. The center/right shows a working Designer window and one that doesn't work. Unfortunately, we can't rely on the Designer window because it doesn't always work.)
  • 12:18, 2 November 2021 216.73.216.125 talk created page File:DesignerTool.PNG (Shows Visual Studio Tools. At the top is the button to run the Development build. The left is the Toolbox which is used to drag and drop UI elements to the Designer Window. The center/right shows a working Designer window and one that doesn't work. Unfortunately, we can't rely on the Designer window because it doesn't always work.)
  • 11:22, 2 November 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 16:28, 29 October 2021 216.73.216.125 talk created page Databinding (Created page with "This page documents the Navigation/Routing of the application, or how each "page" is navigated. This document is intended to detail the initial resources that are used when th...")
  • 15:40, 29 October 2021 216.73.216.125 talk uploaded File:DevBuild-tools.PNG (Shows the Dev Build Tools)
  • 15:40, 29 October 2021 216.73.216.125 talk created page File:DevBuild-tools.PNG (Shows the Dev Build Tools)
  • 10:34, 29 October 2021 216.73.216.125 talk created page Navigation and Routing (This page is intended to document the navigation of Pages and Windows in this WPF app.)
  • 10:32, 29 October 2021 216.73.216.125 talk created page Entry Point (This document is intended to detail the initial resources that are used when the application is launched.)
  • 10:11, 29 October 2021 216.73.216.125 talk created page UI - Truxton Analyst - Dev Guide (Development Guide to the desktop User Interface application for Truxton called Truxton Analyst)
  • 07:49, 27 October 2021 Sam talk contribs created page Query Truxton (Created page with "Here's an example of how to query the Truxton database using Python. =Number of File Types= This will tell you how many types of files Truxton knows about. <source lang="pyt...")
  • 11:09, 25 October 2021 Sam talk contribs created page Truxton get database connection string (Created page with "Retrieves the connection string for the Truxton database. =Syntax= <source lang="C"> void truxton_get_database_connection_string( uint64_t truxton_handle, char * destination_...")
  • 12:36, 7 October 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 12:08, 4 October 2021 Sam talk contribs created page Truxton communication finished (Created page with "This commits everything to the database. =Syntax= <source lang="C"> int truxton_communication_finished( uint64_t communication_handle ); </source> =Parameters= ==<code>commu...")
  • 07:16, 3 October 2021 Sam talk contribs created page Truxton communication add participant (Created page with "This adds a participant to a message. =Syntax= <source lang="C"> int truxton_communication_add_participant( uint64_t communication_handle, uint64_t role, char const* value, c...")
  • 07:01, 3 October 2021 Sam talk contribs created page Truxton communication destroy (Created page with "This frees a communication object. =Syntax= <source lang="C"> void truxton_communication_destroy( uint64_t communication_handle ); </source> =Parameters= ==<code>communicati...")
  • 13:17, 21 September 2021 Sam talk contribs created page Truxton sensitive site list open id (Created page with "This retrieves a sensitive site list from Truxton by its [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID]. =Syntax= <source lang="C"> uint64_t truxton_sensi...")
  • 06:01, 20 September 2021 Sam talk contribs created page Truxton get etl id (Created page with "This retrieves the identifier of the ETL application. =Syntax= <source lang="C"> void truxton_get_etl_id( uint64_t etl_handle, char * destination_string, size_t maximum_size...")
  • 16:41, 19 September 2021 Sam talk contribs created page Truxton tag hash (Created page with "This tags all files in Truxton with contents matching the given hash. It makes an entry in the <code>[Tag]</code> table. =Syntax= <source lang="C"> void truxton_tag_hash( uin...")
  • 07:03, 18 September 2021 Sam talk contribs created page Truxton bolo get criteria (Created page with "This retrieves the criteria of the BOLO object. =Syntax= <source lang="C"> void truxton_bolo_get_criteria( uint64_t bolo_handle, char * destination_string, size_t max_size );...")
  • 07:02, 18 September 2021 Sam talk contribs created page Truxton bolo get id (Created page with "This retrieves the identifier of the BOLO object. =Syntax= <source lang="C"> void truxton_bolo_get_id( uint64_t bolo_handle, char * destination_string, size_t max_size ); </s...")
  • 06:55, 18 September 2021 Sam talk contribs created page Truxton bolo set criteria (Created page with "This sets the search criteria for a BOLO object. =Syntax= <source lang="C"> uint64_t truxton_bolo_set_criteria( uint64_t bolo_handle, char const * criteria ); </source> =Par...")
  • 06:53, 18 September 2021 Sam talk contribs created page Truxton bolo set id (Created page with "This frees any resources allocated to a BOLO object. =Syntax= <source lang="C"> uint64_t truxton_bolo_set_id( uint64_t bolo_handle, char const * id ); </source> =Parameters=...")
  • 06:42, 18 September 2021 Sam talk contribs created page Truxton bolo save (Created page with "This saves a BOLO object to the database. It will create a record in the <code>[BOLO]</code> table. =Syntax= <source lang="C"> uint64_t truxton_bolo_save( uint64_t bolo_handl...")
  • 06:39, 18 September 2021 Sam talk contribs created page Truxton bolo destroy (Created page with "This frees any resources allocated to a BOLO object. =Syntax= <source lang="C"> uint64_t truxton_bolo_destroy( uint64_t bolo_handle ); </source> =Parameters= ==<code>bolo_ha...")
  • 06:09, 18 September 2021 Sam talk contribs created page Truxton bolo create (Created page with "This is the first step in creating a BOLO. =Syntax= <source lang="C"> uint64_t truxton_bolo_create( uint64_t truxton_handle ); </source> =Parameters= ==<code>truxton_handle<...")
  • 15:12, 8 September 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 12:07, 26 August 2021 Sam talk contribs created page Manually Uninstall Truxton (Created page with "These are the steps to completely remove Truxton from a machine. =Removing Truxton= 1. Save your license 2. Stop the services <source lang="bat"> net stop les net stop truxt...")
  • 14:55, 23 August 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 19:12, 20 August 2021 Sam talk contribs created page Type Google Drive Snapshot (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Google_Drive_Snapshot</code> |- | File Type Value | 996 |- | Parent Type | Type_SQLi...")
  • 19:09, 20 August 2021 Sam talk contribs created page Type Protected Chrome Key (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Protected_Chrome_Key</code> |- | File Type Value | 995 |- | Parent Type | Type_DPAPI...")
  • 19:06, 20 August 2021 Sam talk contribs created page Type Chrome Local State (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Chrome_Local_State</code> |- | File Type Value | 994 |- | Parent Type | Type_JSON|JS...")
  • 19:04, 20 August 2021 Sam talk contribs created page Type VHDX (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_VHDX</code> |- | File Type Value | 993 |- | Parent Type | None |- | Carve | No |- | Fo...")
  • 19:01, 20 August 2021 Sam talk contribs created page Type VMDK Disk Descriptor (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_VMDK_Disk_Descriptor</code> |- | File Type Value | 992 |- | Parent Type | Type_ASCII...")
  • 18:59, 20 August 2021 Sam talk contribs created page Type GNU Screen (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_GNU_Screen</code> |- | File Type Value | 991 |- | Parent Type | None |- | Carve | No |...")
  • 18:56, 20 August 2021 Sam talk contribs created page Type ADF Scan Results (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_ADF_Scan_Results</code> |- | File Type Value | 990 |- | Parent Type | Type_SQLite_Da...")
  • 18:50, 20 August 2021 Sam talk contribs created page Type Rosoka Results (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Rosoka_Results</code> |- | File Type Value | 989 |- | Parent Type | JSON...")
  • 18:48, 20 August 2021 Sam talk contribs created page Type Telegram Messages (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Telegram_Messages</code> |- | File Type Value | 988 |- | Parent Type | Type_SQLite_D...")
  • 19:54, 17 August 2021 Sam talk contribs created page Truxton update media primary photo by hash (Created page with "Sets the photograph of an existing media. This method will search out a file in Truxton with a matching hash and establish a photograph relation between the...")
  • 19:29, 17 August 2021 Sam talk contribs created page Truxton update media type (Created page with "Sets the type of an existing media. This corresponds to the <code>[MediaTypeID]</code> column of the <code>[Media]</code> table. It should contain a value from the <code>[ID]<...")
  • 09:46, 17 August 2021 Sam talk contribs created page Truxton update investigation type (Created page with "Sets the type of the investigation. This corresponds to the <code>[InvestigationTypeID]</code> column of the <code>[Investigation]</code> table. It should contain a value from...")
  • 14:47, 16 August 2021 Sam talk contribs created page Creating a Rack (Created page with "If you have a plethora of equipment lying around, you can make your own [Truxton Forensic Rack] solution. This article will discuss how to configure the rack as a Truxton solu...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)