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)- 15:47, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO newusb (Created page with "This creates a new USB Device record from a file in Truxton. It automatically associates the parent file and media identifiers used in the USBDevice Table | USBDevice table....")
- 15:45, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO newurl (Created page with "This creates a new website visit record from a file in Truxton. It automatically associates the parent file and media identifiers used in the WebsiteVisit Table | URL table....")
- 15:42, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO newrelation (Created page with "This create new relationship sourced from a file in Truxton. It automatically associates the parent file and media identifiers used in the Relation table....")
- 15:38, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO newlocation (Created page with "This create new location record from a file in Truxton. It automatically associates the parent file and media identifiers used in the Location table. =Sy...")
- 15:05, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO newexif (Created page with "This create new EXIF record from a file in Truxton. It automatically associates the parent file and media identifiers used in the EXIF table. =Syntax= <synta...")
- 14:47, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO newevent (Created page with "This create new event from a file in Truxton. It automatically associates the parent file and media identifiers used in the Event table. =Syntax= <syntaxhig...")
- 14:43, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO newchild (Created page with "This create an artifact object from a file in Truxton. It automatically associates the parent file and media identifiers used in the File table. =Syntax= <sy...")
- 14:41, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO newartifact (Created page with "This create an artifact object from a file in Truxton. It automatically associates the file and media identifiers used in the entity table. =Syntax= <synta...")
- 14:17, 25 May 2020 Sam talk contribs created page TruxtonFileIO tag (Created page with "This creates a tag associated with this file in Truxton. =Syntax= <syntaxhighlight lang="Python"> bool tag(tag, reason); </syntaxhighlight> =Return value= [https://docs.pyth...")
- 15:55, 21 May 2020 Sam talk contribs created page TruxtonFileIO newusb (Created page with "This creates a new USB Device record from a file in Truxton. It automatically associates the parent file and media identifiers used in the USBDevice Table | USBDevice table....")
- 15:55, 21 May 2020 Sam talk contribs created page USBDevice Table (Created page with "This represents a <syntaxhighlight lang="SQL"> CREATE TABLE "USBDevice" ( "ID" uuid NOT NULL, "FileID" uuid NOT NULL, "MediaID" uuid NOT NULL, "Offset" bigint...")
- 15:40, 21 May 2020 Sam talk contribs created page TruxtonFileIO newurl (Created page with "This creates a new website visit record from a file in Truxton. It automatically associates the parent file and media identifiers used in the Location Table | Location table...")
- 15:39, 21 May 2020 Sam talk contribs created page WebsiteVisit Table (Created page with "This is how Truxton records website visits. <syntaxhighlight lang="SQL"> CREATE TABLE "WebsiteVisit" ( "ID" uuid NOT NULL, "URLTypeID" smallint, "URLID" bigint DEF...")
- 15:23, 21 May 2020 Sam talk contribs created page TruxtonFileIO newrelation (Created page with "This create new relationship sourced from a file in Truxton. It automatically associates the parent file and media identifiers used in the Relation table....")
- 15:12, 21 May 2020 Sam talk contribs created page Relation Table (Created page with "This table stores the relationships between things in Truxton. <syntaxhighlight lang="SQL"> CREATE TABLE "Relation" ( "A_ID" uuid NOT NULL, "B_ID" uuid NOT NULL,...")
- 15:09, 21 May 2020 Sam talk contribs created page TruxtonFileIO newlocation (Created page with "This create new location record from a file in Truxton. It automatically associates the parent file and media identifiers used in the Location table. =Sy...")
- 14:48, 21 May 2020 Sam talk contribs created page Location Table (Created page with "This is where Truxton stores geographic coordinates. <syntaxhighlight lang="SQL"> CREATE TABLE "Location" ( "ID" uuid NOT NULL, "FileID" uuid NOT NULL, "MediaID"...")
- 14:46, 21 May 2020 Sam talk contribs created page TruxtonFileIO newexif (Created page with "This create new EXIF record from a file in Truxton. It automatically associates the parent file and media identifiers used in the EXIF table. =Syntax= <synta...")
- 13:52, 21 May 2020 Sam talk contribs created page TruxtonFileIO newevent (Created page with "This create new event from a file in Truxton. It automatically associates the parent file and media identifiers used in the Event table. =Syntax= <syntaxhig...")
- 13:48, 21 May 2020 Sam talk contribs created page Event Table (Created page with "This table holds the different events that Truxton finds. <syntaxhighlight lang="SQL"> CREATE TABLE "Event" ( "ID" uuid NOT NULL, "Start" timestamp without time zone...")
- 13:42, 21 May 2020 Sam talk contribs created page File Table (Created page with "The <code>File</code> table holds the meta data information about a file. <syntaxhighlight lang="SQL"> CREATE TABLE "File" ( "ID" uuid NOT NULL, "MediaID" uuid NOT NU...")
- 13:41, 21 May 2020 Sam talk contribs created page EXIF Table (Created page with "The <code>EXIF</code> table holds camera information gleaned from JPGs, TIFFs, MP2s and Type_MPEG4Video...")
- 13:41, 21 May 2020 Sam talk contribs created page Entity Table (Created page with "The <code>Entity</code> table holds information gleaned from exploited media. <syntaxhighlight lang="SQL"> CREATE TABLE "Entity" ( "ID" uuid NOT NULL, "MediaID" uuid...")
- 13:40, 21 May 2020 Sam talk contribs created page Database Tables (Created page with "Here are the tables modifiable by the Truxton SDK * Entity also known as artifacts. * EXIF * File")
- 13:39, 21 May 2020 Sam talk contribs created page TruxtonFileIO newchild (Created page with "This create an artifact object from a file in Truxton. It automatically associates the parent file and media identifiers used in the File table. =Syntax= <sy...")
- 11:24, 21 May 2020 Sam talk contribs created page TruxtonChildFileIO (Created page with "This class provides a writable file to add to Truxton. From [https://docs.python.org/3/library/io.html#io.IOBase IOBase] it implements: * [https://docs.python.org/3/library/...")
- 09:52, 21 May 2020 Sam talk contribs created page TruxtonFileIO newartifact (Created page with "This create an artifact object from a file in Truxton. It automatically associates the file and media identifiers used in the entity table. =Syntax= <synta...")
- 09:51, 21 May 2020 Sam talk contribs created page TruxtonFileIO (Created page with "This class provides read-only access to a file's contents in Truxton. From [https://docs.python.org/3/library/io.html#io.IOBase IOBase] it implements: * [https://docs.python...")
- 09:50, 21 May 2020 Sam talk contribs created page Python (Created page with "Truxton supports Python 3.8 via the <code>Truxton.pyd</code> library. You must use the "import" directive to load this. Got to the <code>C:\Program Files\Truxton\SDK</code> f...")
- 03:38, 21 May 2020 Sam talk contribs created page Message Types (Created page with "These are the types of URLs that Truxton ships with. This information is also kept in the <code>MessageType</code> database table. {| class="wikitable" ! Name ! Value ! Mean...")
- 03:27, 21 May 2020 Sam talk contribs created page URL Methods (Created page with "These are the ways that Truxton identifies how a URL was used by a browser. This information is also kept in the <code>WebSiteMethods</code> database table. {| class="wikita...")
- 17:23, 20 May 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
- 16:57, 20 May 2020 Sam talk contribs created page Location Types (Created page with "There are several types of depot files in Truxton. This information is also kept in the <code>LocationType</code> database table. {| class="wikitable" ! Name ! Value ! Meani...")
- 14:45, 20 May 2020 Sam talk contribs created page Relation Types (Created page with "Truxton allows you to relate things based on their [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID.] This table defines what types of relationships you can m...")
- 14:45, 20 May 2020 Sam talk contribs created page Object Types (Created page with "When Truxton must store a generic [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID,] it must also store a type value to let the caller know what type of GUID...")
- 13:29, 20 May 2020 Sam talk contribs created page Truxton child file get entropy (Created page with "This retrieves entropy of the file contents. =Syntax= <syntaxhighlight lang="C"> double truxton_child_file_get_entropy( uint64_t child_handle ); </syntaxhighlight> =Paramete...")
- 13:09, 20 May 2020 Sam talk contribs created page Truxton child file get disk offset (Created page with "This retrieves the offset in the physical disk where the first byte of the file contents was stored. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_get_disk_...")
- 13:03, 20 May 2020 Sam talk contribs created page Truxton child file set disk offset (Created page with "Sets the physical disk offset of the first byte of the contents of the file. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_disk_offset( uint64_t child_handl...")
- 12:58, 20 May 2020 Sam talk contribs created page Truxton child file set attributes (Created page with "Sets the attributes of the file. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_attributes( uint64_t child_handle, uint64_t attributes ); </syntaxhighlight>...")
- 12:53, 20 May 2020 Sam talk contribs created page Truxton child file get type (Created page with "This retrieves the type of the file. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_get_type( uint64_t child_handle ); </syntaxhighlight> =Parameters= ==<co...")
- 12:49, 20 May 2020 Sam talk contribs created page Truxton child file set type (Created page with "Sets the type of the file. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_type( uint64_t child_handle, uint32_t file_type ); </syntaxhighlight> =Parameters=...")
- 12:09, 20 May 2020 Sam talk contribs created page Truxton child file save (Created page with "Sets the name of this child file object. =Syntax= <syntaxhighlight lang="C"> int truxton_child_file_save( uint64_t child_handle ); </syntaxhighlight> =Parameters= ==<code>ch...")
- 12:02, 20 May 2020 Sam talk contribs created page Truxton child file write (Created page with "This API stored file contents in Truxton. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_write( uint64_t child_handle, void * buffer, size_t buffer_size ); <...")
- 11:04, 20 May 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
- 11:02, 20 May 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
- 10:25, 20 May 2020 Sam talk contribs created page Truxton child file end write (Created page with "This API tells Truxton that you are finished writing contents. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_end_write( uint64_t child_handle ); </syntaxhighlig...")
- 09:56, 20 May 2020 Sam talk contribs created page Truxton child file begin write (Created page with "This API begins the process of writing contents to a child file. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_begin_write( uint64_t child_handle ); </syntaxhig...")
- 09:09, 20 May 2020 Sam talk contribs created page Truxton child file get truxton (Created page with "This retrieves the handle to the Truxton instance handling this file object. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_get_truxton( uint64_t child_handl...")
- 08:55, 20 May 2020 Sam talk contribs created page Truxton child file set content status (Created page with "Sets the origin of the file contents. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_content_status( uint64_t child_handle, uint32_t content_status ); </synt...")
- 08:31, 20 May 2020 Sam talk contribs created page Truxton child file set origin (Created page with "Sets the origin of the file contents. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_origin( uint64_t child_handle, uint32_t origin ); </syntaxhighlight> =P...")