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)
  • 09:49, 18 February 2021 Sam talk contribs created page Truxton investigation get id (Created page with "This retrieves the identifier of the investigation. It corresponds to the <code>[ID]</code> column of the <code>[Investigation]</code> table. =Syntax= <source lang="C"> void...")
  • 17:38, 16 February 2021 Sam talk contribs created page Truxton investigation set type (Created page with "This 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...")
  • 17:36, 16 February 2021 Sam talk contribs created page Truxton investigation set status (Created page with "This sets the status of the investigation. This corresponds to the <code>[InvestigationStatusID]</code> column of the <code>[Investigation]</code> table. It should contain a v...")
  • 17:30, 16 February 2021 Sam talk contribs created page Truxton investigation set jurisdiction (Created page with "This sets the jurisdiction of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_jurisdiction( uint64_t investigation_handle, char const * jurisdict...")
  • 17:29, 16 February 2021 Sam talk contribs created page Truxton investigation set case number (Created page with "This sets the case number of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_case_number( uint64_t investigation_handle, char const * case_number...")
  • 17:27, 16 February 2021 Sam talk contribs created page Truxton investigation set description (Created page with "This sets the description of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_description( uint64_t investigation_handle, char const * description...")
  • 17:25, 16 February 2021 Sam talk contribs created page Truxton investigation set name (Created page with "This sets the name of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_name( uint64_t investigation_handle, char const * name ); </source> =Param...")
  • 15:56, 16 February 2021 Sam talk contribs created page Truxton investigation set id (Created page with "This sets the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the investigation. =Syntax= <source lang="C"> void truxton_investigation_set_id( uint64_t...")
  • 15:49, 16 February 2021 Sam talk contribs created page Truxton investigation save (Created page with "Saves the information in the investigation object to the <code>[Investigation]</code> table in the database. =Syntax= <source lang="C"> int truxton_investigation_save( uint64...")
  • 13:53, 16 February 2021 Sam talk contribs created page Truxton investigation destroy (Created page with "This destroys the investigation object. =Syntax= <source lang="C"> void truxton_investigation_destroy( uint64_t investigation_handle ); </source> =Parameters= ==<code>invest...")
  • 05:46, 16 February 2021 Sam talk contribs created page Truxton investigation create (Created page with "This creates an investigation in Truxton. An investigation is a collection of media and the actions of analysts in that investigation. =Syntax= <source lang="C"> uint64_t tru...")
  • 06:19, 15 February 2021 Sam talk contribs created page Truxton subject get birthday (Created page with "This retrieves the birthday of the subject. This corresponds to the <code>[Birthday]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> uint64_t tr...")
  • 06:16, 15 February 2021 Sam talk contribs created page Truxton subject get custom (Created page with "This retrieves the description of the subject. This corresponds to the <code>[Custom]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void truxt...")
  • 06:13, 15 February 2021 Sam talk contribs created page Truxton subject get picture (Created page with "This retrieves the photo of the subject. This corresponds to the <code>[PictureBase64Png]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void t...")
  • 06:11, 15 February 2021 Sam talk contribs created page Truxton subject get description (Created page with "This retrieves the description of the subject. This corresponds to the <code>[Description]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void...")
  • 06:11, 15 February 2021 Sam talk contribs created page Truxton subject get name (Created page with "This retrieves the name of the subject. This corresponds to the <code>[Name]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void truxton_suspec...")
  • 06:08, 15 February 2021 Sam talk contribs created page Truxton subject get id (Created page with "This retrieves the identifier of the subject. This corresponds to the <code>[ID]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void truxton_su...")
  • 03:58, 14 February 2021 Sam talk contribs created page Truxton subject tag (Created page with "This will tag the suspect. It will cause a record to be created in the <code>[Tagged]</code> table. =Syntax= <source lang="C"> void truxton_subject_tag( uint64_t subject_hand...")
  • 03:55, 14 February 2021 Sam talk contribs created page Truxton subject set picture (Created page with "This allows you to set the picture of the subject. This will be stored in the <code>[PictureBase64Png]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lan...")
  • 03:52, 14 February 2021 Sam talk contribs created page Truxton subject set birthday (Created page with "This allows you to set the date of birth of the subject. This will be stored in the <code>[DateOfBirth]</code> column of the <code>[Suspect]</code> table. =Syntax= <source la...")
  • 03:49, 14 February 2021 Sam talk contribs created page Truxton subject set custom (Created page with "This allows you to set an arbitrary value associated with the subject. This will be stored in the <code>[Custom]</code> column of the <code>[Suspect]</code> table. =Syntax= <...")
  • 03:46, 14 February 2021 Sam talk contribs created page Truxton subject set description (Created page with "This allows you to set a description of the subject. This will be stored in the <code>[Description]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="...")
  • 03:44, 14 February 2021 Sam talk contribs created page Truxton subject set name (Created page with "This allows you to set the name of the subject. This will be stored in the <code>[Name]</code> column of the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void tru...")
  • 17:10, 13 February 2021 Sam talk contribs created page Truxton subject set id (Created page with "This allows you to set the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] for the subject. This will be stored in the <code>[ID]</code> column of the <code...")
  • 09:49, 13 February 2021 Sam talk contribs created page Truxton subject save (Created page with "This saves the information in the subject object to the <code>[Suspect]</code> table. =Syntax= <source lang="C"> void truxton_subject_save( uint64_t subject_handle ); </sourc...")
  • 09:46, 13 February 2021 Sam talk contribs created page Truxton subject destroy (Created page with "This frees the memory used by the subject object. =Syntax= <source lang="C"> void truxton_subject_destroy( uint64_t subject_handle ); </source> =Parameters= ==<code>subject_...")
  • 09:35, 13 February 2021 Sam talk contribs created page Truxton subject create (Created page with "This creates an object you can use to record information about an investigative subject in Truxton. =Syntax= <source lang="C"> uint64_t truxton_subject_create( uint64_t truxt...")
  • 09:26, 6 February 2021 Sam talk contribs created page Type Android Hyphen Data (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Android_Hyphen_Data</code> |- | File Type Value | 811 |- | Parent Type | None |- | Car...")
  • 07:50, 6 February 2021 Sam talk contribs created page Truxton artifact tag (Created page with "This will tag the artifact. You can only tag an artifact after <code>truxton_artifact_save()</code> has been called. This will cause a record to be created in the <code>[T...")
  • 07:03, 6 February 2021 Sam talk contribs created page Truxton artifact set type (Created page with "This sets the type of the artifact. This corresponds to the <code>[EntityTypeID]</code> column of the <code><nowiki>[</nowiki>Entity<nowiki>]</nowiki></code>...")
  • 07:00, 6 February 2021 Sam talk contribs created page Truxton artifact get type (Created page with "This tells you what the artifact is. This information comes from the <code>[EntityTypeID]</code> column of the <code><nowiki>[</nowiki>Entity<nowiki>]</nowiki...")
  • 06:50, 6 February 2021 Sam talk contribs created page Truxton location tag (Created page with "This will tag the location. =Syntax= <source lang="C"> void truxton_location_tag( uint64_t location_handle, char const * tag_name, char const * why, uint64_t origin ); </sour...")
  • 04:18, 6 February 2021 Sam talk contribs created page Truxton event type get name (Created page with "This retrieves the name of the event type. This corresponds to the <code>[Name]</code> column of the <code>[EventType]</code> table. =Syntax= <source lang="C"> void truxton_e...")
  • 04:11, 6 February 2021 Sam talk contribs created page Truxton event type set name (Created page with "This sets the nmae of the event type. This corresponds to the <code>[Name]</code> column of the <code>[EventType]</code> table. =Syntax= <source lang="C"> void truxton_event_...")
  • 04:04, 6 February 2021 Sam talk contribs created page Truxton event type set id (Created page with "This sets the event type identifier. This corresponds to the <code>[ID]</code> column of the <code>[EventType]</code> table. It will be stored in the <code>[EventTypeID]</code...")
  • 03:28, 6 February 2021 Sam talk contribs created page Truxton event type get id (Created page with "This retrieves the event identifier. This corresponds to the <code>[ID]</code> column of the <code>[EventType]</code> table. It will be stored in the <code>[EventTypeID]</code...")
  • 16:22, 5 February 2021 Sam talk contribs created page Truxton event type save (Created page with "This saves an event type object to the database. It will be stored in the <code>[EventType]</code> table. =Syntax= <source lang="C"> int truxton_event_type_save( uint64_t eve...")
  • 15:46, 5 February 2021 Sam talk contribs created page Truxton event type destroy (Created page with "This destroys an event type object. =Syntax= <source lang="C"> void truxton_event_type_destroy( uint64_t event_type_handle ); </source> =Parameters= ==<code>event_type_handl...")
  • 15:40, 5 February 2021 Sam talk contribs created page Truxton event type create (Created page with "This creates an event type object. You can use this to extend Truxton with new types fo events. =Syntax= <source lang="C"> uint64_t truxton_event_type_create( uint64_t truxto...")
  • 14:31, 5 February 2021 Sam talk contribs created page Truxton url tag (Created page with "This will tag the URL. =Syntax= <source lang="C"> void truxton_url_tag( uint64_t url_handle, char const * tag_name, char const * why, uint64_t origin ); </source> =Parameter...")
  • 14:16, 5 February 2021 Admin talk contribs deleted page Truxton etl execute (content was: "This starts the ETL message pump. This API is needed only if you use your own message handler (etl_set_message_handler_function). =Syntax= <source lang="C"> void truxton_etl_execute( uint64_t etl_handle ); </source> =Parameters= ==<code>etl_handle</code>== The handle created by the truxton_etl_create call. =Sample= <source lang="C" line highlight="27"> #include <TruxtonCAPI.h...", and the only contributor was "Sam" (talk))
  • 14:10, 5 February 2021 Sam talk contribs created page Truxton etl execute (Created page with "This starts the ETL message pump. =Syntax= <source lang="C"> void truxton_etl_execute( uint64_t etl_handle ); </source> =Parameters= ==<code>etl_handle</code>== The handle...")
  • 07:44, 2 February 2021 Sam talk contribs created page Type Media Exploitation Complete (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Media_Exploitation_Complete</code> |- | File Type Value | 42 |- | Parent Type | None |...")
  • 15:33, 1 February 2021 Sam talk contribs created page Truxton usb get device type (Created page with "This retrieves the type of the USB device. This corresponds to the <code>[USBDeviceTypeID]</code> column of the <code><nowiki>[</nowiki>USBDevice<nowiki>]<...")
  • 15:24, 1 February 2021 Sam talk contribs created page Truxton usb get revision (Created page with "This retrieves the revision of the USB device as assigned by the vendor. This corresponds to the <code>[Revision]</code> column of the <code><nowiki>[</nowiki>USBDevice Tabl...")
  • 15:19, 1 February 2021 Sam talk contribs created page Truxton usb get device id (Created page with "This retrieves the identifier of the device as assigned by Windows. This corresponds to the <code>[DeviceID]</code> column of the <code><nowiki>[</nowiki>USBDevice Table|USB...")
  • 15:14, 1 February 2021 Sam talk contribs created page Truxton usb get file offset (Created page with "This retrieves the offset into the parent file of where USB device was found. This corresponds to the <code>[Offset]</code> column of the <code><nowiki>[</nowiki>USBDevice T...")
  • 15:01, 1 February 2021 Sam talk contribs created page Truxton usb get product id (Created page with "This retrieves the identifier of the product of the USB device as assigned by the vendor. This corresponds to the <code>[PID]</code> column of the <code><nowiki>[</nowiki>US...")
  • 14:59, 1 February 2021 Sam talk contribs created page Truxton usb get when (Created page with "This retrieves the date and time of when this USB device was seen. This corresponds to the <code>[When]</code> column of the <code><nowiki>[</nowiki>USBDevice Table|USBDevic...")
  • 14:49, 1 February 2021 Sam talk contribs created page Truxton usb get vendor id (Created page with "This retrieves the identifier of the maker of the USB device. This corresponds to the <code>[VID]</code> column of the <code><nowiki>[</nowiki>USBDevice<no...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)