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:46, 2 August 2023 Sam talk contribs created page Type USDA (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_USDA</code> |- | File Type Value | 1089 |- | Parent Type | Type_ASCII_Text|ASCII Tex...")
- 15:26, 30 July 2023 Sam talk contribs created page Type WhatsApp Crypt14 (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_WhatsApp_Crypt14</code> |- | File Type Value | 1092 |- | Parent Type | None |- | Carve...")
- 05:20, 2 June 2023 Sam talk contribs created page TruxtonNote (Created page with "This class lets you add to the <code>[InvestigatorNote]</code> table in Truxton. =Attributes and Methods= ==<code>investigationid: str</code>== A [https://en.wikipedia.org/w...")
- 16:29, 30 May 2023 Sam talk contribs created page Python Sample List File Types (Created page with "This sample use Python to output a list of file types that Truxton supports in [https://en.wikipedia.org/wiki/Tab-separated_values TSV] format =List File Types= <source lang=...")
- 06:00, 30 May 2023 Sam talk contribs created page Truxton group save (Created page with "This saves a group to the <code>[Group]</code> table in the database. =Syntax= <source lang="C"> int truxton_group_save( uint64_t group_handle ); </source> =Parameters= ==<c...")
- 05:52, 30 May 2023 Sam talk contribs created page Truxton group destroy (Created page with "This destroys the group object. =Syntax= <source lang="C"> void truxton_group_destroy( uint64_t group_handle ); </source> =Parameters= ==<code>group_handle</code>== The hand...")
- 05:45, 30 May 2023 Sam talk contribs created page Truxton investigation initialize findings (Created page with "This creates the "My Findings" group for this investigation. =Syntax= <source lang="C"> uint64_t truxton_investigation_initialize_findings( uint64_t investigation_handle ); <...")
- 05:36, 30 May 2023 Sam talk contribs created page Truxton investigation get active group id (Created page with "This retrieves the identifier of the investigation's active group. =Syntax= <source lang="C"> void truxton_investigation_get_active_group_id( uint64_t investigation_handle, c...")
- 05:31, 30 May 2023 Sam talk contribs created page Truxton investigation create group (Created page with "This creates a group associated with the investigation. =Syntax= <source lang="C"> uint64_t truxton_investigation_create_group( uint64_t investigation_handle ); </source> =P...")
- 05:22, 30 May 2023 Sam talk contribs created page Truxton investigation get truxton (Created page with "This retrieves the parent Truxton object. =Syntax= <source lang="C"> uint64_t truxton_investigation_get_truxton( uint64_t investigation_handle ); </source> =Parameters= ==<c...")
- 05:06, 30 May 2023 Sam talk contribs created page Truxton investigation get opened (Created page with "This retrieves the create date of the investigation. This corresponds to the <code>[Opened]</code> column of the <code>[Investigation]</code> table. It represents when this in...")
- 07:37, 29 May 2023 Sam talk contribs created page Truxton file type update minimum carve file size (Created page with "Sets the minimum file size of a carved file of a given type. This corresponds to the <code>[MinimumCarveFileSize]</code> column of the <code><nowiki>[</nowiki>FileType Table...")
- 07:35, 29 May 2023 Sam talk contribs created page Truxton file type update maximum carve file size (Created page with "Sets the maximum file size of a carved file of a given type. This corresponds to the <code>[MaximumCarveFileSize]</code> column of the <code><nowiki>[</nowiki>FileType Table...")
- 07:30, 29 May 2023 Sam talk contribs created page Truxton file type update average file size (Created page with "Sets the average file size of a particular file type. This corresponds to the <code>[AverageFileSize]</code> column of the <code><nowiki>[</nowiki>FileType<...")
- 17:01, 28 May 2023 Sam talk contribs created page Truxton set black box value (Created page with "This function writes values to the Black Box about where you are in your source code. =Syntax= <source lang="C"> void truxton_set_black_box_value( uint64_t slot, uint64_t...")
- 14:51, 28 May 2023 Sam talk contribs created page Truxton set black box source code location (Created page with "This function writes information to the Black Box about where you are in your source code. =Syntax= <source lang="C"> void truxton_set_black_box_source_code_location( uin...")
- 10:44, 28 May 2023 Sam talk contribs created page Truxton dump black box (Created page with "This function tells a Truxton process on this machine to dump its state. =Syntax= <source lang="C"> void truxton_dump_black_box( uint64_t process_id ); </source...")
- 07:51, 28 May 2023 Sam talk contribs created page Truxton get website method names (Created page with "Retrieves the URL method names and values. =Syntax= <source lang="C"> void truxton_get_website_method_names( uint64_t truxton_handle, char * destination_strin...")
- 07:49, 28 May 2023 Sam talk contribs created page Truxton get url type names (Created page with "Retrieves the URL type names and values. =Syntax= <source lang="C"> void truxton_get_url_type_names( uint64_t truxton_handle, char * destination_string, size_...")
- 07:48, 28 May 2023 Sam talk contribs created page Truxton get relation type names (Created page with "Retrieves the relation type names and values. =Syntax= <source lang="C"> void truxton_get_relation_type_names( uint64_t truxton_handle, char * destination_...")
- 07:47, 28 May 2023 Sam talk contribs created page Truxton get origin names (Created page with "Retrieves the file origin names and values. =Syntax= <source lang="C"> void truxton_get_origin_names( uint64_t truxton_handle, char * destination_string, size_t max_size ); <...")
- 07:45, 28 May 2023 Sam talk contribs created page Truxton get object type names (Created page with "Retrieves the object type names and values. =Syntax= <source lang="C"> void truxton_get_object_type_names( uint64_t truxton_handle, char * destination_string...")
- 07:44, 28 May 2023 Sam talk contribs created page Truxton get message type names (Created page with "Retrieves the message type names and values. =Syntax= <source lang="C"> void truxton_get_message_type_names( uint64_t truxton_handle, char * destination_str...")
- 07:39, 28 May 2023 Sam talk contribs created page Truxton get message address type names (Created page with "Retrieves the message address type names and values. =Syntax= <source lang="C"> void truxton_get_message_address_type_names( uint64_t truxton_handle, char * destination_strin...")
- 07:38, 28 May 2023 Sam talk contribs created page Truxton get media type names (Created page with "Retrieves the media type names and values. =Syntax= <source lang="C"> void truxton_get_media_type_names( uint64_t truxton_handle, char * destination_string, s...")
- 07:37, 28 May 2023 Sam talk contribs created page Truxton get media status names (Created page with "Retrieves the media status names and values. =Syntax= <source lang="C"> void truxton_get_media_status_names( uint64_t truxton_handle, char * destination_stri...")
- 07:36, 28 May 2023 Sam talk contribs created page Truxton get location type names (Created page with "Retrieves the location type names and values. =Syntax= <source lang="C"> void truxton_get_location_type_names( uint64_t truxton_handle, char * destination_...")
- 07:34, 28 May 2023 Sam talk contribs created page Truxton get investigation type names (Created page with "Retrieves the investigation type names and values. =Syntax= <source lang="C"> void truxton_get_investigation_type_names( uint64_t truxton_handle, char...")
- 07:33, 28 May 2023 Sam talk contribs created page Truxton get investigation status names (Created page with "Retrieves the investigation status names and values. =Syntax= <source lang="C"> void truxton_get_investigation_status_names( uint64_t truxton_handl...")
- 07:31, 28 May 2023 Sam talk contribs created page Truxton get group type names (Created page with "Retrieves the group type names and values. =Syntax= <source lang="C"> void truxton_get_group_type_names( uint64_t truxton_handle, char * destination_string, size_t max_size )...")
- 07:30, 28 May 2023 Sam talk contribs created page Truxton get group status names (Created page with "Retrieves the group status names and values. =Syntax= <source lang="C"> void truxton_get_group_status_names( uint64_t truxton_handle, char * destination_string, size_t max_si...")
- 07:29, 28 May 2023 Sam talk contribs created page Truxton get group entry type names (Created page with "Retrieves the group names and values. =Syntax= <source lang="C"> void truxton_get_group_entry_type_names( uint64_t truxton_handle, char * destination_string, size_t max_size...")
- 07:28, 28 May 2023 Sam talk contribs created page Truxton get file type mime types (Created page with "Retrieves the file type [https://en.wikipedia.org/wiki/Media_type MIME] type and values. =Syntax= <source lang="C"> void truxton_get_file_type_mime_t...")
- 07:24, 28 May 2023 Sam talk contribs created page Truxton get file type names (Created page with "Retrieves the file type names and values. =Syntax= <source lang="C"> void truxton_get_file_type_names( uint64_t truxton_handle, char * destination_st...")
- 07:18, 28 May 2023 Sam talk contribs created page Truxton get event type names (Created page with "Retrieves the event type names and values. =Syntax= <source lang="C"> void truxton_get_event_type_names( uint64_t truxton_handle, char * destination_string, s...")
- 07:17, 28 May 2023 Sam talk contribs created page Truxton get entity type names (Created page with "Retrieves the entity type names and values. =Syntax= <source lang="C"> void truxton_get_entity_type_names( uint64_t truxton_handle, char * destination_string...")
- 07:16, 28 May 2023 Sam talk contribs created page Truxton get depot type names (Created page with "Retrieves the depot type names and values. =Syntax= <source lang="C"> void truxton_get_depot_type_names( uint64_t truxton_handle, char * destination_string, s...")
- 07:14, 28 May 2023 Sam talk contribs created page Truxton get depot status names (Created page with "Retrieves the depot status names and values. =Syntax= <source lang="C"> void truxton_get_depot_status_names( uint64_t truxton_handle, char * destination_string, size_t max_si...")
- 07:09, 28 May 2023 Sam talk contribs created page Truxton get data type names (Created page with "Retrieves the data type names and values. =Syntax= <source lang="C"> void truxton_get_data_type_names( uint64_t truxton_handle, char * destination_string, size_...")
- 06:51, 28 May 2023 Sam talk contribs created page Truxton investigation set active group id (Created page with "This sets the aftive group in Truxton. =Syntax= <source lang="C"> void truxton_investigation_set_active_group_id( uint64_t investigation_handle); </source> =Parameters= ==<c...")
- 05:10, 25 May 2023 Sam talk contribs created page Truxton group create (Created page with "This creates a group in Truxton. =Syntax= <source lang="C"> uint64_t truxton_investigation_create_group( uint64_t investigation_handle ); </source> =Parameters= ==<code>inve...")
- 06:39, 22 May 2023 Sam talk contribs created page Truxton investigation set opened (Created page with "This sets when the investigation was created. This corresponds to the <code>[Opened]</code> column of the <code>[Investigation]</code> table. =Syntax= <source lang="C"> void...")
- 05:59, 22 May 2023 Sam talk contribs created page Truxton enumeration reset (Created page with "Resets the enumeration to the beginning. =Syntax= <source lang="C"> void truxton_enumeration_reset( uint64_t enumeration_handle ); </source> =Parameters= ==<code>enumeration...")
- 05:45, 22 May 2023 Sam talk contribs created page Truxton enumeration get target (Created page with "Retrieves the target of the enumeration. =Syntax= <source lang="C"> uint64_t truxton_enumeration_get_target( uint64_t enumeration_handle ); </source> =Parameters= ==<code>en...")
- 05:43, 22 May 2023 Sam talk contribs created page Truxton enumeration get scope id (Created page with "Retrieves the next item in the enumeration. =Syntax= <source lang="C"> void truxton_enumeration_get_scope_id( uint64_t enumeration_handle, char * destination_string, size_t m...")
- 05:39, 22 May 2023 Sam talk contribs created page Truxton enumeration get scope (Created page with "Retrieves the next item in the enumeration. =Syntax= <source lang="C"> uint64_t truxton_enumeration_get_scope( uint64_t enumeration_handle ); </source> =Parameters= ==<code>...")
- 05:22, 22 May 2023 Sam talk contribs created page Truxton enumeration get current investigation (Created page with "Creates an enumeration object. =Syntax= <source lang="C"> uint64_t truxton_enumeration_get_current_investigation( uint64_t enumerator ); </source> =Parameters= ==<code>enume...")
- 08:07, 21 May 2023 Sam talk contribs created page Truxton enumeration get current media (Created page with "Creates an enumeration object. =Syntax= <source lang="C"> uint64_t truxton_enumeration_get_current_media( uint64_t enumerator ); </source> =Parameters= ==<code>enumerator</c...")
- 08:06, 21 May 2023 Sam talk contribs created page Truxton enumeration get current file (Created page with "Creates an enumeration object. =Syntax= <source lang="C"> uint64_t truxton_enumeration_get_current_file( uint64_t enumerator ); </source> =Parameters= ==<code>enumerator</co...")
- 10:22, 19 May 2023 Sam talk contribs created page TruxtonEnumeration (Created page with "This class lets you enumerate things in Truxton. =Attributes and Methods= ==<code>addnote(text: str) -> boolean</code>== This adds an investigator's note. The <code>text</code...")