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)- 08:25, 20 May 2020 Sam talk contribs created page Truxton child file set size (Created page with "Sets the size the file. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_size( uint64_t child_handle, uint64_t byte_count ); </syntaxhighlight> =Parameters= =...")
- 07:05, 20 May 2020 Sam talk contribs created page Truxton child file get attributes (Created page with "This retrieves the attributes of the child file. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_get_attributes( uint64_t child_handle ); </syntaxhighlight>...")
- 07:02, 20 May 2020 Sam talk contribs created page Truxton child file get content status (Created page with "This retrieves the file content status of the file. =Syntax= <syntaxhighlight lang="C"> uint32_t truxton_child_file_get_content_status( uint64_t child_handle ); </syntaxhighl...")
- 07:02, 20 May 2020 Sam talk contribs created page Truxton child file get origin (Created page with "This retrieves origin of the file object. =Syntax= <syntaxhighlight lang="C"> uint32_t truxton_child_file_get_origin( uint64_t child_handle ); </syntaxhighlight> =Parameters...")
- 06:51, 20 May 2020 Sam talk contribs created page Truxton child file get size (Created page with "This retrieves the file size of the child file object. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_get_size( uint64_t child_handle ); </syntaxhighlight>...")
- 06:04, 20 May 2020 Sam talk contribs created page Truxton child file set accessed (Created page with "Sets the last accessed date of the file. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_accessed( uint64_t child_handle, uint64_t ticks ); </syntaxhighlight>...")
- 06:03, 20 May 2020 Sam talk contribs created page Truxton child file set created (Created page with "Sets the creation date of child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_created( uint64_t child_handle, uint64_t ticks ); </syntaxhighlig...")
- 06:03, 20 May 2020 Sam talk contribs created page Truxton child file set modified (Created page with "Sets the modified (last write) date of the file. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_modified( uint64_t child_handle, uint64_t ticks ); </syntaxhi...")
- 05:51, 20 May 2020 Sam talk contribs created page Truxton child file get accessed (Created page with "This retrieves the last access date of the file. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_get_accessed( uint64_t child_handle ); </syntaxhighlight> =P...")
- 05:51, 20 May 2020 Sam talk contribs created page Truxton child file get created (Created page with "This retrieves the create date of the file. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_get_created( uint64_t child_handle ); </syntaxhighlight> =Paramet...")
- 05:50, 20 May 2020 Sam talk contribs created page Truxton child file get modified (Created page with "This retrieves the modified (last write) date of the file. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_get_modified( uint64_t child_handle ); </syntaxhigh...")
- 05:38, 20 May 2020 Sam talk contribs created page Truxton child file set number of children (Created page with "Sets the number of children of the child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_number_of_children( uint64_t child_handle, uint32_t coun...")
- 05:26, 20 May 2020 Sam talk contribs created page Truxton child file get number of children (Created page with "This retrieves the number of children of this child file object. =Syntax= <syntaxhighlight lang="C"> uint32_t truxton_child_file_get_number_of_children( uint64_t child_handle...")
- 05:13, 20 May 2020 Sam talk contribs created page Truxton child file get hash (Created page with "Retrieves the hash of the contents of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_get_hash( uint64_t child_handle, char * destination_...")
- 05:06, 20 May 2020 Sam talk contribs created page Truxton child file set path (Created page with "Sets the name of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_path( uint64_t child_handle, char * path_name ); </syntaxhighlight>...")
- 04:53, 20 May 2020 Sam talk contribs created page Truxton child file get path (Created page with "Retrieves the path of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_get_path( uint64_t child_handle, char * destination_string, size_t m...")
- 04:46, 20 May 2020 Sam talk contribs created page Truxton child file get name (Created page with "Retrieves the name of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_get_name( uint64_t child_handle, char * destination_string, size_t m...")
- 04:43, 20 May 2020 Sam talk contribs created page Truxton child file set name (Created page with "Sets the name of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_name( uint64_t child_handle, char * file_name ); </syntaxhighlight>...")
- 04:34, 20 May 2020 Sam talk contribs created page Truxton child file set media id (Created page with "Sets the id of the media of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_media_id( uint64_t child_handle, char * id ); </syntaxhigh...")
- 04:32, 20 May 2020 Sam talk contribs created page Truxton child file get media id (Created page with "Retrieves the id of the media of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_get_media_id( uint64_t child_handle, char * destination_s...")
- 04:08, 20 May 2020 Sam talk contribs created page Truxton child file set parent id (Created page with "Sets the id of the parent of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_parent_id( uint64_t child_handle, char * id ); </syntaxhi...")
- 04:08, 20 May 2020 Sam talk contribs created page Truxton child file get parent id (Created page with "Retrieves the id of the parent of this child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_get_parent_id( uint64_t child_handle, char * destination...")
- 17:44, 19 May 2020 Sam talk contribs created page Truxton child file set id (Created page with "Retrieves the id of the child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_set_id( uint64_t child_handle, char * id ); </syntaxhighlight> =Parame...")
- 17:43, 19 May 2020 Sam talk contribs created page Truxton child file get id (Created page with "Retrieves the id of the child file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_get_id( uint64_t child_handle, char * destination_string, size_t max_si...")
- 17:43, 19 May 2020 Sam talk contribs created page Truxton child file clear (Created page with "Returns a file object object to an initial state. Data members are set to zero. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_clear( uint64_t child_handle ); </...")
- 17:43, 19 May 2020 Sam talk contribs created page Truxton child file destroy (Created page with "Destroys file object. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_destroy( uint64_t child_handle ); </syntaxhighlight> =Parameters= ==<code>child_handle </cod...")
- 17:42, 19 May 2020 Sam talk contribs created page Truxton child file create (Created page with "This create a child file object that you can populate with information before adding it to Truxton. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_create( ui...")
- 17:42, 19 May 2020 Sam talk contribs created page Truxton start adding files (Created page with "This tells the API that you are not an ETL process, you just want to add stuff to Truxton. =Syntax= <syntaxhighlight lang="C"> void truxton_start_adding_files( uint64_t trutx...")
- 17:42, 19 May 2020 Sam talk contribs created page Truxton get version (Created page with "Retrieves the version of the Truxton application object. =Syntax= <syntaxhighlight lang="C"> void truxton_get_version( uint64_t trutxon_handle, char * destination_string, siz...")
- 17:41, 19 May 2020 Sam talk contribs created page Truxton get machine id (Created page with "Retrieves the version of the Truxton application object. =Syntax= <syntaxhighlight lang="C"> void truxton_get_machine_id( uint64_t trutxon_handle, char * destination_string,...")
- 17:41, 19 May 2020 Sam talk contribs created page Truxton get etl id (Created page with "Retrieves the version of the Truxton application object. =Syntax= <syntaxhighlight lang="C"> void truxton_get_etl_id( uint64_t trutxon_handle, char * destination_string, size...")
- 17:40, 19 May 2020 Sam talk contribs created page Truxton get device id (Created page with "Retrieves the version of the Truxton application object. =Syntax= <syntaxhighlight lang="C"> void truxton_get_device_id( uint64_t trutxon_handle, char * destination_string, s...")
- 17:40, 19 May 2020 Sam talk contribs created page Truxton destroy (Created page with "Destroys an instance of the Truxton application object. =Syntax= <syntaxhighlight lang="C"> void truxton_destroy( uint64_t trutxon_handle ); </syntaxhighlight> =Parameters=...")
- 17:39, 19 May 2020 Sam talk contribs created page Truxton create (Created page with "Creates an instance of the Truxton application object. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_create( void ); </syntaxhighlight> =Return value= A non-zero valu...")
- 17:39, 19 May 2020 Sam talk contribs created page Truxton stop (Created page with "Frees any resources used by Truxton. It should be the last call before exitting your program. =Syntax= <syntaxhighlight lang="C"> void truxton_stop( void ); </syntaxhighlight...")
- 17:38, 19 May 2020 Sam talk contribs created page Truxton start (Created page with "Initializes the Truxton library. It should be called before any other method. =Syntax= <syntaxhighlight lang="C"> void truxton_start( void ); </syntaxhighlight> =Sample= <s...")
- 17:38, 19 May 2020 Sam talk contribs created page Truxton C API (Created page with "Truxton functionality is exposed to the C programming world as a DLL named <code>TruxtonCAPI.dll</code> in the <code>C:\Program Files\Truxton\SDK</code> folder. This DLL can b...")
- 14:34, 19 May 2020 Sam talk contribs created page Load Validation (Created page with "One of the challenges of testing Truxton is that there are so many moving parts. Since you can add your own logic to the ETL layer, we need a standard way to test it. =The Pr...")
- 13:50, 19 May 2020 Sam talk contribs created page URL Types (Created page with "These are the types of URLs that Truxton ships with. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>URL_TYPE_UNKNOWN</code> || style="text-align:center;" | 0 | Unkn...")
- 13:49, 19 May 2020 Sam talk contribs created page Event Types (Created page with "These are the types of events that Truxton ships with. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>EVENT_TYPE_NULL</code> || style="text-align:center;" | 0 | NU...")
- 08:09, 19 May 2020 Sam talk contribs created page Truxton SDK (Created page with "The Truxton SDK is presented in several different languages depending on your needs. * Truxton C API * Truxton.ETL Managed API")
- 07:09, 19 May 2020 Sam talk contribs created page Useful SQL Queries (Created page with "The following SQL queries were found to be useful when developing/debugging Truxton. =Files= Queries to get file lists. ==Human Readable List== This will list files in a hum...")
- 07:02, 19 May 2020 Sam talk contribs created page Syslog.Server (Created page with "This is a simple server that receives of [https://en.wikipedia.org/wiki/Syslog syslog] messages and can optionally save them to a file. =Usage= <syntaxhighlight lang="bat">S...")
- 07:01, 19 May 2020 Sam talk contribs created page Debugging the Loader (Created page with "Debugging the Truxton loader sucks. Most of the time, loads get stuck. When that happens, you must find out what is clogging the pipes. =Syslog= Use the Syslog.Server too...")
- 06:56, 19 May 2020 Sam talk contribs created page Type DS Store (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_DS_Store</code> |- | File Type Value | 972 |- | Parent Type | None |- | Carve | Yes |-...")
- 06:56, 19 May 2020 Sam talk contribs created page Type Direct Access Archive (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Direct_Access_Archive</code> |- | File Type Value | 971 |- | Parent Type | None |- | C...")
- 06:55, 19 May 2020 Sam talk contribs created page Type IDA Signatures (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_IDA_Signatures</code> |- | File Type Value | 970 |- | Parent Type | None |- | Carve |...")
- 06:55, 19 May 2020 Sam talk contribs created page Type WhatsApp PreKey (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_WhatsApp_PreKey</code> |- | File Type Value | 969 |- | Parent Type | None |- | Carve |...")
- 06:55, 19 May 2020 Sam talk contribs created page Type SSL Key Log (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_SSL_Key_Log</code> |- | File Type Value | 968 |- | Parent Type | Type_ASCII_Text|ASC...")
- 06:54, 19 May 2020 Sam talk contribs created page Type ASAR (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_ASAR</code> |- | File Type Value | 967 |- | Parent Type | None |- | Carve | No |- | Fo...")