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)
  • 03:32, 14 December 2020 Sam talk contribs created page Truxton location set altitude (Created page with "This sets the altitude in meters part of the location. =Syntax= <source lang="C"> void truxton_location_set_altitude( uint64_t location_handle, double value ); </source> =Pa...")
  • 03:29, 14 December 2020 Sam talk contribs created page Truxton location set media id (Created page with "This sets the source media of the location. =Syntax= <source lang="C"> void truxton_location_set_media_id( uint64_t location_handle, char const * id ); </source> =Parameters...")
  • 08:14, 13 December 2020 Sam talk contribs created page Truxton location set file id (Created page with "This sets the source file of the location. =Syntax= <source lang="C"> void truxton_location_set_file_id( uint64_t location_handle, char const * id ); </source> =Parameters=...")
  • 08:02, 13 December 2020 Sam talk contribs created page Truxton location get id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the file. This corresponds to the <code>[ID]</code> column of the <code><nowiki>[</now...")
  • 07:39, 13 December 2020 Sam talk contribs created page Truxton location save (Created page with "This will commit the data in the location object to the database. It will write a record to the <code><nowiki>[</nowiki>Location<nowiki>]</nowiki></code> ta...")
  • 07:56, 12 December 2020 Sam talk contribs created page Type Slack Group (Created page with "The slack category contains file types that contain left-over data. Many times, software won't allocate and manage data at the byte level. They will allocate and store memory...")
  • 07:49, 12 December 2020 Sam talk contribs created page Type HighValue (Created page with "The "high value" category is part of a feature under development. Stay tuned.... The file types in this category are listed in the <code>[FileTypeID]</code> column of the <cod...")
  • 07:47, 12 December 2020 Sam talk contribs created page Type DiskImageCategory (Created page with "The disk image category contains file types that are sectors from hard drives, CDs, DVDs or thumb drives copied to a file. The file types in this category are listed in the <c...")
  • 07:46, 12 December 2020 Sam talk contribs created page Type OSFileCategory (Created page with "The operating system file category contains file types that are generated by operating systems and not users. The file types in this category are listed in the <code>[FileType...")
  • 07:45, 12 December 2020 Sam talk contribs created page Type MemoryFileCategory (Created page with "The memory file category contains file types that contained memory from the target machine. The file types in this category are listed in the <code>[FileTypeID]</code> column...")
  • 07:43, 12 December 2020 Sam talk contribs created page Type WebPageCategory (Created page with "This category was abandoned.")
  • 07:42, 12 December 2020 Sam talk contribs created page Type InternetExplorerCacheCategory (Created page with "This category was abandoned.")
  • 07:42, 12 December 2020 Sam talk contribs created page Type TextCategory (Created page with "The text category contains file types that are basically text of some sort. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[Fi...")
  • 07:31, 12 December 2020 Sam talk contribs created page Type BrowserArtifactCategory (Created page with "The browser artifact category contains file types that are associated with web browsers. The file types in this category are listed in the <code>[FileTypeID]</code> column of...")
  • 07:30, 12 December 2020 Sam talk contribs created page Type DOCFileCategory (Created page with "The DOC File category contains file types that are hosted in OLE Compound Files. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <cod...")
  • 07:29, 12 December 2020 Sam talk contribs created page Type XMLCategory (Created page with "The XML category contains file types that have Type_XML as their parent. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[F...")
  • 07:27, 12 December 2020 Sam talk contribs created page Type SQLiteCategory (Created page with "The [https://sqlite.org SQLite] category contains file types have Type_SQLite_Database as their parent. The file types in this category are listed in the <code>[FileTypeID...")
  • 07:23, 12 December 2020 Sam talk contribs created page Type DatabaseCategory (Created page with "The database category contains file types that are used to store records. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[File...")
  • 07:13, 12 December 2020 Sam talk contribs created page Type EncryptedCategory (Created page with "The encrypted category contains file types that are encrypted. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[FileGroup_FileT...")
  • 07:11, 12 December 2020 Sam talk contribs created page Type Expandable (Created page with "The expandable category contains file types that Truxton knows how to expand. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[...")
  • 07:04, 12 December 2020 Sam talk contribs created page Type ArchiveCategory (Created page with "The archive category contains file types that are hosts for other files. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[FileG...")
  • 07:02, 12 December 2020 Sam talk contribs created page Type ExecutableCategory (Created page with "The executable category contains file types that act as programs. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[FileGroup_Fi...")
  • 07:00, 12 December 2020 Sam talk contribs created page Type AudioCategory (Created page with "The audio category contains file types that can be heard. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[FileGroup_FileType]<...")
  • 06:58, 12 December 2020 Sam talk contribs created page Type VideoCategory (Created page with "The video category contains file types that are moving images. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[FileGroup_FileT...")
  • 06:55, 12 December 2020 Sam talk contribs created page Type DocumentCategory (Created page with "The document category contains file types that are basically text of some sort. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code...")
  • 06:53, 12 December 2020 Sam talk contribs created page Type ImageCategory (Created page with "The image category contains file types that are pictures or images. The file types in this category are listed in the <code>[FileTypeID]</code> column of the <code>[FileGroup_...")
  • 18:35, 11 December 2020 Sam talk contribs created page Truxton message get file (Created page with "This will give you a barely functioning file object from the message. =Syntax= <source lang="C"> uint64_t truxton_message_get_file( uint64_t message_ha...")
  • 12:10, 11 December 2020 Sam talk contribs created page Truxton location destroy (Created page with "This destroys a location object. =Syntax= <source lang="C"> void truxton_location_destroy( uint64_t location ); </source> =Parameters= ==<code>location</code>== The handle t...")
  • 11:50, 11 December 2020 Sam talk contribs created page Truxton location create (Created page with "This creates a location object. This corresponds to the <code><nowiki>[</nowiki>Location<nowiki>]</nowiki></code> table. =Syntax= <source lang="C"> uint64_...")
  • 15:54, 9 December 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 17:04, 5 December 2020 Sam talk contribs created page Type M4A (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_M4A</code> |- | File Type Value | 987 |- | Parent Type | MP4 |- |...")
  • 11:16, 3 December 2020 Sam talk contribs moved page TruxtonExporter to TruxtonExport (It should match the Python class name)
  • 10:30, 2 December 2020 Sam talk contribs created page Truxton create tag (Created page with "This creates a new type of tag that you can use in your investigation. It makes an entry in the <code>[Tag]</code> table. =Syntax= <source lang="C"> void truxton_create_tag(...")
  • 10:10, 2 December 2020 Sam talk contribs created page Truxton event tag (Created page with "This will tag the event. =Syntax= <source lang="C"> void truxton_event_tag(uint64_t event_handle, char const * tag_name, char const * why, uint64_t origin); </source> =Param...")
  • 09:01, 2 December 2020 Sam talk contribs created page TruxtonExporter (Created page with "This class gives you the capability to export files from Truxton. =Attributes and Methods= ==<code>addcriteria(field, value)</code>== Adds criteria to the selection of files...")
  • 05:28, 2 December 2020 Sam talk contribs created page Truxton file export set option (Created page with "This gives you the ability to specify the output format to export from Truxton. =Syntax= <source lang="C"> void truxton_file_export_set_option(uint64_t export_handle, uint64_...")
  • 05:13, 2 December 2020 Sam talk contribs created page Truxton file export add criteria (Created page with "This gives you the ability to specify criteria for selecting files to export from Truxton. =Syntax= <source lang="C"> void truxton_file_export_add_criteria(uint64_t export_ha...")
  • 05:04, 2 December 2020 Sam talk contribs created page Truxton file export where clause (Created page with "This allows you to see the [https://en.wikipedia.org/wiki/SQL SQL] <code>WHERE</code> that will be used to query the <code><nowiki>[</nowiki>File<nowiki>]</nowi...")
  • 04:47, 2 December 2020 Sam talk contribs created page Truxton file export execute (Created page with "This API uses the criteria and options to export files from Truxton. =Syntax= <source lang="C"> uint64_t truxton_file_export_execute(uint64_t export_handle); </source> =Para...")
  • 04:44, 2 December 2020 Sam talk contribs created page Truxton file export destroy (Created page with "This is the last step in exporting files from Truxton. It frees any resources allocated to exporting files. =Syntax= <source lang="C"> uint64_t truxton_file_export_destroy(ui...")
  • 04:41, 2 December 2020 Sam talk contribs created page File Export Options (Created page with "These defined constants represent the options you can set for exporting files from Truxton. {| class="wikitable" ! Name ! Value ! Meaning |- | <...")
  • 04:37, 2 December 2020 Sam talk contribs created page File Export Criteria (Created page with "These defined constants represent the criteria you can set for exporting files from Truxton. {| class="wikitable" ! Name ! Value ! Meaning |- |...")
  • 04:24, 2 December 2020 Sam talk contribs created page Truxton file export create (Created page with "This is the first step in exporting files from Truxton. A file export object holds the criteria and options for exporting files. =Syntax= <source lang="C"> uint64_t truxton_f...")
  • 10:29, 20 November 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 10:28, 20 November 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 10:27, 20 November 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 11:21, 18 November 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 13:00, 16 November 2020 216.73.216.125 talk moved page Truxton Dotnet Core to Truxton .NET Core
  • 12:55, 16 November 2020 216.73.216.125 talk created page Truxton Dotnet Core (Created page with "Truxton Dotnet Core builds upon the Truxton.ETL Managed API and introduces dotnet core features like dependency injection, configuration and idiomatic message consumer pat...")
  • 03:45, 13 November 2020 Sam talk contribs created page Truxton event set end (Created page with "This sets the end of the event. This corresponds to the <code>[End]</code> column of the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> table. =Syntax...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)