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)
  • 18:58, 18 January 2021 Sam talk contribs created page Truxton url set method (Created page with "This sets the method used to visit the URL. This corresponds to the <code>[WebsiteMethodID]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit<no...")
  • 18:56, 18 January 2021 Sam talk contribs created page Truxton url set type (Created page with "This sets the type of URL that was visited. This corresponds to the <code>[URLTypeID]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit<nowiki>]...")
  • 18:51, 18 January 2021 Sam talk contribs created page Truxton url set when (Created page with "This sets the date and time of when the URL was visited. This corresponds to the <code>[When]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit<...")
  • 18:40, 18 January 2021 Sam talk contribs created page Truxton url set url offset (Created page with "This sets the offset into the parent file where the URL was found. =Syntax= <source lang="C"> void truxton_url_set_url_offset( uint64_t url_handle, uint64_t offset ); </sourc...")
  • 18:38, 18 January 2021 Sam talk contribs created page Truxton url set account offset (Created page with "This sets the offset into the parent file where the account that visited the URL was found. =Syntax= <source lang="C"> void truxton_url_set_account_offset( uint64_t url_handl...")
  • 18:35, 18 January 2021 Sam talk contribs created page Truxton url set url (Created page with "This sets the URL that was visited. =Syntax= <source lang="C"> void truxton_url_set_url( uint64_t url_handle, char * url ); </source> =Parameters= ==<code>url_handle</code>=...")
  • 18:33, 18 January 2021 Sam talk contribs created page Truxton url set account (Created page with "This sets the name of the account used to visit the URL =Syntax= <source lang="C"> void truxton_url_set_account( uint64_t url_handle, char * account ); </source> =Parameters...")
  • 18:27, 18 January 2021 Sam talk contribs created page Truxton url save (Created page with "This commits the information in the URL object to the <code><nowiki>[</nowiki>WebsiteVisit<nowiki>]</nowiki></code> table in the database. =Syntax= <s...")
  • 18:17, 18 January 2021 Sam talk contribs created page Truxton url destroy (Created page with "This frees URL object. =Syntax= <source lang="C"> uint64_t truxton_url_destroy( uint64_t url_handle ); </source> =Parameters= ==<code>url_handle</code>== The URL object to f...")
  • 12:49, 18 January 2021 Sam talk contribs created page Default ETL Options (Created page with "Any exploitation program created by using the Truxton SDK will have the following options built-in. {| class="wikitable" |- ! Name ! Data Type ! Minimum Value ! Maximum Value...")
  • 07:41, 18 January 2021 Sam talk contribs created page Truxton url create (Created page with "This creates an object you can use to record a website visit in Truxton. This adds records to the <code><nowiki>[</nowiki>WebsiteVisit<nowiki>]</nowiki>...")
  • 09:05, 17 January 2021 Sam talk contribs created page Truxton file exists (Created page with "This returns non-zero if the file's identifier exists in the <code>[ID]</code> column of the <code><nowiki>[</nowiki>File<nowiki>]</nowiki></code> table. =Synt...")
  • 08:16, 17 January 2021 Sam talk contribs created page Truxton relation get relation (Created page with "This retrieves the type of relation between the two objects in Truxton. This corresponds to the <code>[RelationTypeID]</code> column of the <code><nowiki>[</nowiki>Relation...")
  • 08:11, 17 January 2021 Sam talk contribs created page Truxton relation get source type (Created page with "This retrieves the type of object of the source of the relation. This corresponds to the <code>[SourceObjectTypeID]</code> column of the <code><nowiki>[</nowiki>Relation Tab...")
  • 08:09, 17 January 2021 Sam talk contribs created page Truxton relation get b type (Created page with "This retrieves the type of object of the B side of the relation. This corresponds to the <code>[B_ObjectTypeID]</code> column of the <code><nowiki>[</nowiki>Relation Table|R...")
  • 08:08, 17 January 2021 Sam talk contribs created page Truxton relation get a type (Created page with "This retrieves the type of object of the A side of the relation. This corresponds to the <code>[A_ObjectTypeID]</code> column of the <code><nowiki>[</nowiki>Relation Table|R...")
  • 08:02, 17 January 2021 Sam talk contribs created page Truxton relation get source id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the source object of the relation. This corresponds to the <code>[SourceID]</code> col...")
  • 07:59, 17 January 2021 Sam talk contribs created page Truxton relation get b id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the B object of the relation. This corresponds to the <code>[B_ID]</code> column of th...")
  • 07:57, 17 January 2021 Sam talk contribs created page Truxton relation get a id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the A object of the relation. This corresponds to the <code>[A_ID]</code> column of th...")
  • 07:34, 17 January 2021 Sam talk contribs created page Truxton relation set relation (Created page with "This sets the type of the relationship between two objects. This corresponds to the <code>[RelationTypeID]</code> column of the the <code><nowiki>[</nowiki>Relation Table|Re...")
  • 07:23, 17 January 2021 Sam talk contribs created page Truxton relation set source type (Created page with "This sets the type of the object on which this relationship is based. A healthy relationship needs a solid foundation. This corresponds to the <code>[SourceObjectTypeID]</code...")
  • 07:18, 17 January 2021 Sam talk contribs created page Truxton relation set b type (Created page with "This sets the type of the object on B side of the relation in the sentence "A is a blank of B." This corresponds to the <code>[B_ObjectTypeID]</code> column of the the <code><...")
  • 07:14, 17 January 2021 Sam talk contribs created page Truxton relation set a type (Created page with "This sets the type of the object on A side of the relation in the sentence "A is a blank of B." This corresponds to the <code>[A_ObjectTypeID]</code> column of the the <code><...")
  • 07:09, 17 January 2021 Sam talk contribs created page Truxton relation set source id (Created page with "This sets the origin of the relation. Relationships don't just happen, you have to work at them. The source of a relation is the object that contained the information from whi...")
  • 07:04, 17 January 2021 Sam talk contribs created page Truxton relation set b id (Created page with "This sets the B side of the relation in the sentence "A is a blank of B." This corresponds to the <code>[B_ID]</code> column of the the <code><nowiki>[</nowiki>Relation Tabl...")
  • 07:02, 17 January 2021 Sam talk contribs created page Truxton relation set a id (Created page with "This sets the A side of the relation in the sentence "A is a blank of B." This corresponds to the <code>[A_ID]</code> column of the the <code><nowiki>[</nowiki>Relation Tabl...")
  • 06:50, 17 January 2021 Sam talk contribs created page Truxton relation save (Created page with "This commits the information in the relation object to the <code><nowiki>[</nowiki>Relation<nowiki>]</nowiki></code> table in the database. =Syntax= <sourc...")
  • 17:31, 14 January 2021 Sam talk contribs created page Statistics Table (Created page with "The <code>[Statistics]</code> table records information about a load in Truxton. <source lang="SQL"> CREATE TABLE "Statistics" ( "ID" uuid NOT NULL, "MediaID" uuid NOT NU...")
  • 14:27, 10 January 2021 Sam talk contribs created page Truxton relation destroy (Created page with "This destroys a relation object. =Syntax= <source lang="C"> void truxton_relation_destroy(uint64_t relation_handle); </source> =Parameters= ==<code>relation_handle</code>==...")
  • 18:25, 7 January 2021 Sam talk contribs created page Truxton Forensic Rack (Created page with "The Truxton Forensic Rack is a 7 foot tall rack populated with hardware dedicated to forensic processing. It has a [https://www.yellowbrick.com/ Yellowbrick] database applianc...")
  • 05:41, 29 December 2020 Sam talk contribs created page Truxton relation create (Created page with "This creates an object you can use to form a relationship between two other objects in Truxton. =Syntax= <source lang="C"> uint64_t truxton_relation_create(uint64_t truxton_h...")
  • 06:51, 28 December 2020 Sam talk contribs created page Truxton exif tag (Created page with "This will tag the EXIF object. =Syntax= <source lang="C"> void truxton_exif_tag(uint64_t exif_handle, char const * tag_name, char const * why, uint64_t origin); </source> =P...")
  • 06:37, 28 December 2020 Sam talk contribs created page Truxton exif set model offset (Created page with "This records the offset into the parent file where the model value was found. =Syntax= <source lang="C"> void truxton_exif_set_model_offset( uint64_t exif_handle, uint64_t of...")
  • 06:35, 28 December 2020 Sam talk contribs created page Truxton exif set make offset (Created page with "This records the offset into the parent file where the make value was found. =Syntax= <source lang="C"> void truxton_exif_set_make_offset( uint64_t exif_handle, uint64_t offs...")
  • 06:33, 28 December 2020 Sam talk contribs created page Truxton exif set thumbnail length offset (Created page with "This records the offset into the parent file where the thumbnail image length value was found. =Syntax= <source lang="C"> void truxton_exif_set_thumbnail_length_offset( uint6...")
  • 06:30, 28 December 2020 Sam talk contribs created page Truxton exif set thumbnail length (Created page with "This records the number of bytes in the thumbnail image. =Syntax= <source lang="C"> void truxton_exif_set_thumbnail_length( uint64_t exif_handle, uint64_t length ); </source>...")
  • 06:27, 28 December 2020 Sam talk contribs created page Truxton exif set thumbnail offset offset (Created page with "This records the offset into the parent file where the thumbnail image offset value was found. =Syntax= <source lang="C"> void truxton_exif_set_thumbnail_offset_offset( uint6...")
  • 06:19, 28 December 2020 Sam talk contribs created page Truxton exif set thumbnail offset (Created page with "This records the offset into the parent file where the thumbnail image begins. =Syntax= <source lang="C"> void truxton_exif_set_thumbnail_offset( uint64_t exif_handle, uint64...")
  • 06:17, 28 December 2020 Sam talk contribs created page Truxton exif get body serial number offset (Created page with "This API retrieves the offset into the parent file where the body serial number value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_body_serial_number_offset( u...")
  • 06:14, 28 December 2020 Sam talk contribs created page Truxton exif get model offset (Created page with "This API retrieves the offset into the parent file where the model value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_model_offset( uint64_t exif_handle ); </s...")
  • 06:13, 28 December 2020 Sam talk contribs created page Truxton exif get make offset (Created page with "This API retrieves the offset into the parent file where the make value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_make_offset( uint64_t exif_handle ); </sou...")
  • 06:05, 28 December 2020 Sam talk contribs created page Truxton exif get thumbnail length offset (Created page with "This API retrieves the offset into the parent file where the thumbnail image length value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_thumbnail_length_offset(...")
  • 06:03, 28 December 2020 Sam talk contribs created page Truxton exif get thumbnail length (Created page with "This API retrieves the offset into the parent file where the thumbnail image length value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_thumbnail_length_offset(...")
  • 05:57, 28 December 2020 Sam talk contribs created page Truxton exif get thumbnail offset offset (Created page with "This award winning API for the most redundant name retrieves the offset into the parent file where the offset value of the thumbnail image began. =Syntax= <source lang="C"> u...")
  • 05:53, 28 December 2020 Sam talk contribs created page Truxton exif get thumbnail offset (Created page with "This API retrieves the offset into the parent file where the thumbnail image began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_thumbnail_offset( uint64_t exif_handl...")
  • 05:49, 28 December 2020 Sam talk contribs created page Truxton exif get lens serial number offset (Created page with "This API retrieves the offset into the parent file where the lens serial number value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_lens_serial_number_offset( u...")
  • 05:47, 28 December 2020 Sam talk contribs created page Truxton exif get shutter count offset (Created page with "This API retrieves the offset into the parent file where the shutter count value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_shutter_count_offset( uint64_t ex...")
  • 05:46, 28 December 2020 Sam talk contribs created page Truxton exif get focal length offset (Created page with "This API retrieves the offset into the parent file where the focal length value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_focal_length_offset( uint64_t exif...")
  • 05:44, 28 December 2020 Sam talk contribs created page Truxton exif get heading offset (Created page with "This API retrieves the offset into the parent file where the heading value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_heading_offset( uint64_t exif_handle );...")
  • 05:43, 28 December 2020 Sam talk contribs created page Truxton exif get altitude offset (Created page with "This API retrieves the offset into the parent file where the altitude value began. =Syntax= <source lang="C"> uint64_t truxton_exif_get_altitude_offset( uint64_t exif_handle...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)