libevtx-python 20240427__tar.gz → 20240504__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libevtx-20240427 → libevtx-20240504}/PKG-INFO +1 -1
- {libevtx-20240427 → libevtx-20240504}/common/config.h +3 -3
- {libevtx-20240427 → libevtx-20240504}/configure +20 -188
- {libevtx-20240427 → libevtx-20240504}/configure.ac +1 -1
- libevtx-20240504/dpkg/changelog +5 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/export_handle.c +73 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/definitions.h +2 -2
- {libevtx-20240427 → libevtx-20240504}/include/libevtx.h +42 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx.h.in +42 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx.rc +2 -2
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_definitions.h +2 -2
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_record.c +184 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_record.h +26 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_record_values.c +524 -4
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_record_values.h +22 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx.spec +2 -2
- {libevtx-20240427 → libevtx-20240504}/libfwevt/Makefile.am +7 -2
- {libevtx-20240427 → libevtx-20240504}/libfwevt/Makefile.in +47 -18
- libevtx-20240504/libfwevt/libfwevt_data_segment.c +274 -0
- libevtx-20240504/libfwevt/libfwevt_data_segment.h +94 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_date_time.c +81 -66
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_date_time.h +7 -7
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_definitions.h +2 -2
- libevtx-20240504/libfwevt/libfwevt_floating_point.c +1296 -0
- libevtx-20240504/libfwevt/libfwevt_floating_point.h +77 -0
- libevtx-20240504/libfwevt/libfwevt_integer.c +866 -0
- libevtx-20240504/libfwevt/libfwevt_integer.h +102 -0
- libevtx-20240504/libfwevt/libfwevt_libfdatetime.h +56 -0
- libevtx-20240504/libfwevt/libfwevt_libfwnt.h +58 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_document.c +117 -180
- libevtx-20240504/libfwevt/libfwevt_xml_string.c +984 -0
- libevtx-20240504/libfwevt/libfwevt_xml_string.h +72 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_tag.c +717 -2338
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_tag.h +5 -46
- libevtx-20240504/libfwevt/libfwevt_xml_value.c +3611 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_value.h +104 -65
- {libevtx-20240427 → libevtx-20240504}/m4/libfwevt.m4 +2 -22
- {libevtx-20240427 → libevtx-20240504}/manuals/libevtx.3 +9 -1
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_record.c +134 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_record.h +4 -0
- {libevtx-20240427 → libevtx-20240504}/setup.cfg +1 -1
- libevtx-20240427/dpkg/changelog +0 -5
- libevtx-20240427/libfwevt/libfwevt_libfvalue.h +0 -60
- libevtx-20240427/libfwevt/libfwevt_xml_value.c +0 -1681
- {libevtx-20240427 → libevtx-20240504}/ABOUT-NLS +0 -0
- {libevtx-20240427 → libevtx-20240504}/AUTHORS +0 -0
- {libevtx-20240427 → libevtx-20240504}/COPYING +0 -0
- {libevtx-20240427 → libevtx-20240504}/COPYING.LESSER +0 -0
- {libevtx-20240427 → libevtx-20240504}/ChangeLog +0 -0
- {libevtx-20240427 → libevtx-20240504}/INSTALL +0 -0
- {libevtx-20240427 → libevtx-20240504}/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/NEWS +0 -0
- {libevtx-20240427 → libevtx-20240504}/README +0 -0
- {libevtx-20240427 → libevtx-20240504}/acinclude.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/aclocal.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/byte_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/common.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/config.h.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/config_borlandc.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/config_msc.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/config_winapi.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/file_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/memory.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/narrow_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/system_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/types.h.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/common/wide_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/compile +0 -0
- {libevtx-20240427 → libevtx-20240504}/config.guess +0 -0
- {libevtx-20240427 → libevtx-20240504}/config.rpath +0 -0
- {libevtx-20240427 → libevtx-20240504}/config.sub +0 -0
- {libevtx-20240427 → libevtx-20240504}/depcomp +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/changelog.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/compat +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/control +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/copyright +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/libevtx-dev.install +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/libevtx-python3.install +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/libevtx-tools.install +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/libevtx.install +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/rules +0 -0
- {libevtx-20240427 → libevtx-20240504}/dpkg/source/format +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxexport.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxinfo.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxinput.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxinput.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_getopt.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_getopt.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_i18n.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libbfio.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libcdirectory.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libcpath.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libcsplit.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libevtx.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libexe.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libfcache.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libfdatetime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libfguid.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libfvalue.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libfwevt.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libfwnt.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libregf.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_libwrc.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_output.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_output.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_signal.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_signal.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_system_split_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_wide_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/evtxtools_wide_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/export_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/info_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/info_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/log_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/log_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/message_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/message_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/message_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/message_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/path_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/path_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/registry_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/registry_file.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/resource_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/evtxtools/resource_file.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/definitions.h.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/features.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/features.h.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/include/libevtx/types.h.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/install-sh +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file_pool.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file_pool.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file_range.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file_range.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file_range_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_file_range_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_libcfile.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_libcpath.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_libcthreads.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_memory_range.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_memory_range.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_memory_range_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_memory_range_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_pool.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_pool.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_system_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_system_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libbfio/libbfio_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_array.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_array.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_btree.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_btree.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_btree_node.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_btree_node.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_btree_values_list.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_btree_values_list.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_libcthreads.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_list.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_list.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_list_element.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_list_element.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_range_list.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_range_list.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_range_list_value.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_range_list_value.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_tree_node.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_tree_node.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdata/libcdata_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_directory.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_directory.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_directory_entry.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_directory_entry.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_system_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_system_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_wide_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcdirectory/libcdirectory_wide_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_system.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_system.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcerror/libcerror_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_file.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_notify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_system_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_system_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_winapi.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcfile/libcfile_winapi.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_codepage.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_locale.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_locale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_wide_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libclocale/libclocale_wide_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_print.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_print.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_verbose.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcnotify/libcnotify_verbose.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_libcsplit.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_path.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_path.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_system_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_system_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcpath/libcpath_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_narrow_split_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_narrow_split_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_narrow_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_narrow_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_wide_split_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_wide_split_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_wide_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcsplit/libcsplit_wide_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_condition.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_condition.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_lock.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_lock.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_mutex.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_mutex.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_queue.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_queue.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_read_write_lock.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_read_write_lock.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_repeating_thread.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_repeating_thread.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_thread.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_thread.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_thread_attributes.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_thread_attributes.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_thread_pool.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_thread_pool.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libcthreads/libcthreads_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/evtx_chunk.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/evtx_event_record.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/evtx_file_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx.rc.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_byte_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_byte_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_checksum.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_checksum.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_chunk.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_chunk.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_chunks_table.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_chunks_table.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_codepage.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_debug.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_debug.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_definitions.h.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_file.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_i18n.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_i18n.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libbfio.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libfcache.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libfdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libfdatetime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libfguid.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libfwevt.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_notify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_template_definition.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_template_definition.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx/libevtx_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx.pc.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libevtx.spec.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/exe_file_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/exe_le_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/exe_mz_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/exe_ne_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/exe_pe_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/exe_section_table.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_coff_header.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_coff_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_coff_optional_header.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_coff_optional_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_data_directory_descriptor.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_debug.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_debug.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_debug_data.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_debug_data.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_export_table.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_export_table.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_file.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_import_table.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_import_table.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_le_header.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_le_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libbfio.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libfcache.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libfdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libfdatetime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_mz_header.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_mz_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_ne_header.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_ne_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_notify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_section.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_section.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_section_descriptor.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_section_descriptor.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_section_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_section_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libexe/libexe_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_cache.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_cache.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_cache_value.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_cache_value.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_date_time.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_date_time.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfcache/libfcache_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_area.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_area.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_cache.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_cache.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_libfcache.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_list.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_list.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_list_element.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_list_element.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_mapped_range.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_mapped_range.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_notify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_range.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_range.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_range_list.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_range_list.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_segments_array.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_segments_array.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_vector.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdata/libfdata_vector.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_date_time_values.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_date_time_values.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_fat_date_time.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_fat_date_time.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_filetime.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_filetime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_floatingtime.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_floatingtime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_hfs_time.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_hfs_time.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_nsf_timedate.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_nsf_timedate.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_posix_time.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_posix_time.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_systemtime.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_systemtime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfdatetime/libfdatetime_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_identifier.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_identifier.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfguid/libfguid_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_binary_data.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_binary_data.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_data_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_data_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_filetime.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_filetime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_floating_point.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_floating_point.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_integer.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_integer.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_libfdatetime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_libfguid.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_libfwnt.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_split_utf16_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_split_utf16_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_split_utf8_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_split_utf8_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_table.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_table.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_utf16_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_utf16_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_utf8_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_utf8_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_value.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_value.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_value_entry.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_value_entry.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_value_type.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfvalue/libfvalue_value_type.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/fwevt_template.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_channel.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_channel.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_debug.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_debug.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_event.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_event.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_keyword.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_keyword.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_level.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_level.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_libfguid.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_manifest.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_manifest.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_map.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_map.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_notify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_opcode.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_opcode.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_provider.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_provider.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_task.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_task.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_template.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_template.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_template_item.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_template_item.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_document.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_template_value.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_template_value.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_token.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwevt/libfwevt_xml_token.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_access_control_entry.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_access_control_entry.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_access_control_list.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_access_control_list.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_bit_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_bit_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_debug.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_debug.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_huffman_tree.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_huffman_tree.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_locale_identifier.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_locale_identifier.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_lznt1.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_lznt1.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_lzx.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_lzx.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_lzxpress.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_lzxpress.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_notify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_security_descriptor.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_security_descriptor.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_security_identifier.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_security_identifier.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libfwnt/libfwnt_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_checksum.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_checksum.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_data_block_key.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_data_block_key.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_data_block_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_data_block_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_data_type.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_data_type.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_debug.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_debug.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_dirty_vector.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_dirty_vector.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_file.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_file_header.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_file_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_hive_bin.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_hive_bin.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_hive_bin_cell.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_hive_bin_cell.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_hive_bin_header.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_hive_bin_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_hive_bins_list.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_hive_bins_list.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_key.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_key.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_key_descriptor.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_key_descriptor.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_key_item.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_key_item.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_key_tree.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_key_tree.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libbfio.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libcthreads.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libfcache.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libfdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libfdatetime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libfwnt.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_multi_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_multi_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_named_key.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_named_key.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_notify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_security_key.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_security_key.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_sub_key_list.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_sub_key_list.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_value.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_value.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_value_item.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_value_item.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_value_key.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/libregf_value_key.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/regf_cell_values.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/regf_file_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libregf/regf_hive_bin.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_base16_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_base16_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_base32_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_base32_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_base64_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_base64_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_byte_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_byte_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_10.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_10.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_13.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_13.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_14.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_14.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_15.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_15.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_16.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_16.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_2.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_2.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_3.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_3.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_4.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_4.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_5.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_5.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_6.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_6.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_7.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_7.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_8.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_8.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_9.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_iso_8859_9.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_koi8_r.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_koi8_r.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_koi8_u.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_koi8_u.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_arabic.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_arabic.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_celtic.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_celtic.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_centraleurroman.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_centraleurroman.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_croatian.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_croatian.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_cyrillic.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_cyrillic.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_dingbats.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_dingbats.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_farsi.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_farsi.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_gaelic.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_gaelic.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_greek.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_greek.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_icelandic.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_icelandic.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_inuit.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_inuit.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_roman.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_roman.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_romanian.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_romanian.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_russian.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_russian.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_symbol.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_symbol.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_thai.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_thai.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_turkish.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_turkish.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_ukrainian.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_mac_ukrainian.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1250.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1250.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1251.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1251.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1252.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1252.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1253.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1253.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1254.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1254.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1255.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1255.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1256.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1256.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1257.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1257.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1258.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_1258.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_874.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_874.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_932.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_932.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_936.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_936.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_949.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_949.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_950.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_codepage_windows_950.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_scsu.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_scsu.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_unicode_character.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_unicode_character.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_url_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_url_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf16_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf16_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf16_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf16_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf32_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf32_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf32_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf32_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf7_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf7_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf8_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf8_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf8_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libuna/libuna_utf8_string.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_data_descriptor.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_data_descriptor.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_debug.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_debug.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_definitions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_extern.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_language_entry.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_language_entry.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_language_table.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_language_table.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libbfio.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libcdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libfcache.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libfdata.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libfguid.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libfvalue.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libfwnt.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_manifest_resource.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_manifest_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_manifest_values.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_manifest_values.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_message_table_resource.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_message_table_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_message_table_values.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_message_table_values.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_mui_resource.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_mui_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_mui_values.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_mui_values.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_notify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource_item.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource_item.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource_node_entry.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource_node_entry.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource_node_header.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource_node_header.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource_node_tree.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_resource_node_tree.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_stream.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_stream.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_string_table_resource.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_string_table_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_string_values.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_string_values.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_support.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_table_entry.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_table_entry.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_types.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_version_information_resource.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_version_information_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_version_values.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/libwrc_version_values.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/wrc_data_descriptor.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/wrc_message_table_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/wrc_mui_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/wrc_resource_node.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/libwrc/wrc_version_information_resource.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/ltmain.sh +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/common.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/gettext.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/host-cpu-c-abi.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/iconv.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/intlmacosx.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/lib-ld.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/lib-link.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/lib-prefix.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libbfio.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libcdata.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libcdirectory.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libcerror.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libcfile.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libclocale.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libcnotify.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libcpath.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libcsplit.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libcthreads.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libexe.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libfcache.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libfdata.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libfdatetime.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libfguid.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libfvalue.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libfwnt.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libregf.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libtool.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libuna.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/libwrc.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/ltoptions.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/ltsugar.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/ltversion.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/lt~obsolete.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/nls.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/po.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/progtest.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/pthread.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/python.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/tests.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/m4/types.m4 +0 -0
- {libevtx-20240427 → libevtx-20240504}/manuals/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/manuals/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/manuals/evtxexport.1 +0 -0
- {libevtx-20240427 → libevtx-20240504}/manuals/evtxinfo.1 +0 -0
- {libevtx-20240427 → libevtx-20240504}/missing +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_chunk/evtx_test_chunk.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_chunks_table/evtx_test_chunks_table.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_error/evtx_test_error.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_file/evtx_test_file.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_io_handle/evtx_test_io_handle.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_notify/evtx_test_notify.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_record/evtx_test_record.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_record_values/evtx_test_record_values.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_support/evtx_test_support.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_template_definition/evtx_test_template_definition.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_tools_info_handle/evtx_test_tools_info_handle.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_tools_message_handle/evtx_test_tools_message_handle.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_tools_message_string/evtx_test_tools_message_string.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_tools_output/evtx_test_tools_output.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_tools_path_handle/evtx_test_tools_path_handle.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_tools_registry_file/evtx_test_tools_registry_file.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_tools_resource_file/evtx_test_tools_resource_file.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtx_test_tools_signal/evtx_test_tools_signal.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtxexport/evtxexport.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/evtxinfo/evtxinfo.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libbfio/libbfio.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libcdata/libcdata.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libcdirectory/libcdirectory.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libcfile/libcfile.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libclocale/libclocale.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libcnotify/libcnotify.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libcpath/libcpath.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libcsplit/libcsplit.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libcthreads/libcthreads.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libevtx/libevtx.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libevtx.sln +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libexe/libexe.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libfcache/libfcache.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libfdata/libfdata.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libfdatetime/libfdatetime.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libfguid/libfguid.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libfvalue/libfvalue.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libfwevt/libfwevt.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libfwnt/libfwnt.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libregf/libregf.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libuna/libuna.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/libwrc/libwrc.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/msvscpp/pyevtx/pyevtx.vcproj +0 -0
- {libevtx-20240427 → libevtx-20240504}/ossfuzz/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/ossfuzz/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/ossfuzz/file_fuzzer.cc +0 -0
- {libevtx-20240427 → libevtx-20240504}/ossfuzz/ossfuzz_libbfio.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/ossfuzz/ossfuzz_libevtx.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/ossfuzz/record_fuzzer.cc +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/ChangeLog +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/Makefile.in.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/Makevars +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/Makevars.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/POTFILES.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/Rules-quot +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/boldquot.sed +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/en@boldquot.header +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/en@quot.header +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/insert-header.sin +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/quot.sed +0 -0
- {libevtx-20240427 → libevtx-20240504}/po/remove-potcdate.sin +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_codepage.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_codepage.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_datetime.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_datetime.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_error.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_event_levels.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_event_levels.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_file.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_file_flags.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_file_flags.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_file_object_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_file_object_io_handle.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_integer.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_integer.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_libbfio.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_libevtx.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_python.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_records.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_records.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_strings.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_strings.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyevtx/pyevtx_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/pyproject.toml +0 -0
- {libevtx-20240427 → libevtx-20240504}/setup.cfg.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/setup.py +0 -0
- {libevtx-20240427 → libevtx-20240504}/test-driver +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/Makefile.am +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/Makefile.in +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_chunk.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_chunks_table.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_error.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_functions.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_functions.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_getopt.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_getopt.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_io_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_libbfio.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_libcerror.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_libclocale.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_libcnotify.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_libevtx.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_libuna.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_macros.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_memory.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_memory.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_notify.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_record.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_record_values.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_support.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_template_definition.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_tools_info_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_tools_message_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_tools_message_string.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_tools_output.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_tools_path_handle.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_tools_registry_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_tools_resource_file.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_tools_signal.c +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/evtx_test_unused.h +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/pyevtx_test_file.py +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/pyevtx_test_support.py +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/test_evtxexport.sh +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/test_evtxinfo.sh +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/test_library.sh +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/test_manpage.sh +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/test_python_module.sh +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/test_runner.sh +0 -0
- {libevtx-20240427 → libevtx-20240504}/tests/test_tools.sh +0 -0
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
#define PACKAGE_NAME "libevtx"
|
|
606
606
|
|
|
607
607
|
/* Define to the full name and version of this package. */
|
|
608
|
-
#define PACKAGE_STRING "libevtx
|
|
608
|
+
#define PACKAGE_STRING "libevtx 20240504"
|
|
609
609
|
|
|
610
610
|
/* Define to the one symbol short name of this package. */
|
|
611
611
|
#define PACKAGE_TARNAME "libevtx"
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
#define PACKAGE_URL ""
|
|
615
615
|
|
|
616
616
|
/* Define to the version of this package. */
|
|
617
|
-
#define PACKAGE_VERSION "
|
|
617
|
+
#define PACKAGE_VERSION "20240504"
|
|
618
618
|
|
|
619
619
|
/* The size of `int', as computed by sizeof. */
|
|
620
620
|
#define SIZEOF_INT 4
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
/* #undef TM_IN_SYS_TIME */
|
|
644
644
|
|
|
645
645
|
/* Version number of package */
|
|
646
|
-
#define VERSION "
|
|
646
|
+
#define VERSION "20240504"
|
|
647
647
|
|
|
648
648
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
649
649
|
/* #undef _FILE_OFFSET_BITS */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Guess values for system-dependent variables and create Makefiles.
|
|
3
|
-
# Generated by GNU Autoconf 2.71 for libevtx
|
|
3
|
+
# Generated by GNU Autoconf 2.71 for libevtx 20240504.
|
|
4
4
|
#
|
|
5
5
|
# Report bugs to <joachim.metz@gmail.com>.
|
|
6
6
|
#
|
|
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
|
|
621
621
|
# Identity of this package.
|
|
622
622
|
PACKAGE_NAME='libevtx'
|
|
623
623
|
PACKAGE_TARNAME='libevtx'
|
|
624
|
-
PACKAGE_VERSION='
|
|
625
|
-
PACKAGE_STRING='libevtx
|
|
624
|
+
PACKAGE_VERSION='20240504'
|
|
625
|
+
PACKAGE_STRING='libevtx 20240504'
|
|
626
626
|
PACKAGE_BUGREPORT='joachim.metz@gmail.com'
|
|
627
627
|
PACKAGE_URL=''
|
|
628
628
|
|
|
@@ -1742,7 +1742,7 @@ if test "$ac_init_help" = "long"; then
|
|
|
1742
1742
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
1743
1743
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
1744
1744
|
cat <<_ACEOF
|
|
1745
|
-
\`configure' configures libevtx
|
|
1745
|
+
\`configure' configures libevtx 20240504 to adapt to many kinds of systems.
|
|
1746
1746
|
|
|
1747
1747
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
1748
1748
|
|
|
@@ -1813,7 +1813,7 @@ fi
|
|
|
1813
1813
|
|
|
1814
1814
|
if test -n "$ac_init_help"; then
|
|
1815
1815
|
case $ac_init_help in
|
|
1816
|
-
short | recursive ) echo "Configuration of libevtx
|
|
1816
|
+
short | recursive ) echo "Configuration of libevtx 20240504:";;
|
|
1817
1817
|
esac
|
|
1818
1818
|
cat <<\_ACEOF
|
|
1819
1819
|
|
|
@@ -2106,7 +2106,7 @@ fi
|
|
|
2106
2106
|
test -n "$ac_init_help" && exit $ac_status
|
|
2107
2107
|
if $ac_init_version; then
|
|
2108
2108
|
cat <<\_ACEOF
|
|
2109
|
-
libevtx configure
|
|
2109
|
+
libevtx configure 20240504
|
|
2110
2110
|
generated by GNU Autoconf 2.71
|
|
2111
2111
|
|
|
2112
2112
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
@@ -2827,7 +2827,7 @@ cat >config.log <<_ACEOF
|
|
|
2827
2827
|
This file contains any messages produced by compilers while
|
|
2828
2828
|
running configure, to aid debugging if configure makes a mistake.
|
|
2829
2829
|
|
|
2830
|
-
It was created by libevtx $as_me
|
|
2830
|
+
It was created by libevtx $as_me 20240504, which was
|
|
2831
2831
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
2832
2832
|
|
|
2833
2833
|
$ $0$ac_configure_args_raw
|
|
@@ -4316,7 +4316,7 @@ fi
|
|
|
4316
4316
|
|
|
4317
4317
|
# Define the identity of the package.
|
|
4318
4318
|
PACKAGE='libevtx'
|
|
4319
|
-
VERSION='
|
|
4319
|
+
VERSION='20240504'
|
|
4320
4320
|
|
|
4321
4321
|
|
|
4322
4322
|
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
|
@@ -58862,19 +58862,19 @@ else $as_nop
|
|
|
58862
58862
|
then :
|
|
58863
58863
|
|
|
58864
58864
|
pkg_failed=no
|
|
58865
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfwevt >=
|
|
58866
|
-
printf %s "checking for libfwevt >=
|
|
58865
|
+
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfwevt >= 20240501" >&5
|
|
58866
|
+
printf %s "checking for libfwevt >= 20240501... " >&6; }
|
|
58867
58867
|
|
|
58868
58868
|
if test -n "$libfwevt_CFLAGS"; then
|
|
58869
58869
|
pkg_cv_libfwevt_CFLAGS="$libfwevt_CFLAGS"
|
|
58870
58870
|
elif test -n "$PKG_CONFIG"; then
|
|
58871
58871
|
if test -n "$PKG_CONFIG" && \
|
|
58872
|
-
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfwevt >=
|
|
58873
|
-
($PKG_CONFIG --exists --print-errors "libfwevt >=
|
|
58872
|
+
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfwevt >= 20240501\""; } >&5
|
|
58873
|
+
($PKG_CONFIG --exists --print-errors "libfwevt >= 20240501") 2>&5
|
|
58874
58874
|
ac_status=$?
|
|
58875
58875
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
58876
58876
|
test $ac_status = 0; }; then
|
|
58877
|
-
pkg_cv_libfwevt_CFLAGS=`$PKG_CONFIG --cflags "libfwevt >=
|
|
58877
|
+
pkg_cv_libfwevt_CFLAGS=`$PKG_CONFIG --cflags "libfwevt >= 20240501" 2>/dev/null`
|
|
58878
58878
|
test "x$?" != "x0" && pkg_failed=yes
|
|
58879
58879
|
else
|
|
58880
58880
|
pkg_failed=yes
|
|
@@ -58886,12 +58886,12 @@ if test -n "$libfwevt_LIBS"; then
|
|
|
58886
58886
|
pkg_cv_libfwevt_LIBS="$libfwevt_LIBS"
|
|
58887
58887
|
elif test -n "$PKG_CONFIG"; then
|
|
58888
58888
|
if test -n "$PKG_CONFIG" && \
|
|
58889
|
-
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfwevt >=
|
|
58890
|
-
($PKG_CONFIG --exists --print-errors "libfwevt >=
|
|
58889
|
+
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libfwevt >= 20240501\""; } >&5
|
|
58890
|
+
($PKG_CONFIG --exists --print-errors "libfwevt >= 20240501") 2>&5
|
|
58891
58891
|
ac_status=$?
|
|
58892
58892
|
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
58893
58893
|
test $ac_status = 0; }; then
|
|
58894
|
-
pkg_cv_libfwevt_LIBS=`$PKG_CONFIG --libs "libfwevt >=
|
|
58894
|
+
pkg_cv_libfwevt_LIBS=`$PKG_CONFIG --libs "libfwevt >= 20240501" 2>/dev/null`
|
|
58895
58895
|
test "x$?" != "x0" && pkg_failed=yes
|
|
58896
58896
|
else
|
|
58897
58897
|
pkg_failed=yes
|
|
@@ -58912,9 +58912,9 @@ else
|
|
|
58912
58912
|
_pkg_short_errors_supported=no
|
|
58913
58913
|
fi
|
|
58914
58914
|
if test $_pkg_short_errors_supported = yes; then
|
|
58915
|
-
libfwevt_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfwevt >=
|
|
58915
|
+
libfwevt_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libfwevt >= 20240501" 2>&1`
|
|
58916
58916
|
else
|
|
58917
|
-
libfwevt_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfwevt >=
|
|
58917
|
+
libfwevt_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libfwevt >= 20240501" 2>&1`
|
|
58918
58918
|
fi
|
|
58919
58919
|
# Put the nasty error message in config.log where it belongs
|
|
58920
58920
|
echo "$libfwevt_PKG_ERRORS" >&5
|
|
@@ -62583,174 +62583,6 @@ fi
|
|
|
62583
62583
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fwevt_libfwevt_xml_tag_get_value" >&5
|
|
62584
62584
|
printf "%s\n" "$ac_cv_lib_fwevt_libfwevt_xml_tag_get_value" >&6; }
|
|
62585
62585
|
if test "x$ac_cv_lib_fwevt_libfwevt_xml_tag_get_value" = xyes
|
|
62586
|
-
then :
|
|
62587
|
-
ac_cv_libfwevt_dummy=yes
|
|
62588
|
-
else $as_nop
|
|
62589
|
-
ac_cv_libfwevt=no
|
|
62590
|
-
fi
|
|
62591
|
-
|
|
62592
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfwevt_xml_tag_get_utf8_value_size in -lfwevt" >&5
|
|
62593
|
-
printf %s "checking for libfwevt_xml_tag_get_utf8_value_size in -lfwevt... " >&6; }
|
|
62594
|
-
if test ${ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value_size+y}
|
|
62595
|
-
then :
|
|
62596
|
-
printf %s "(cached) " >&6
|
|
62597
|
-
else $as_nop
|
|
62598
|
-
ac_check_lib_save_LIBS=$LIBS
|
|
62599
|
-
LIBS="-lfwevt $LIBS"
|
|
62600
|
-
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
62601
|
-
/* end confdefs.h. */
|
|
62602
|
-
|
|
62603
|
-
/* Override any GCC internal prototype to avoid an error.
|
|
62604
|
-
Use char because int might match the return type of a GCC
|
|
62605
|
-
builtin and then its argument prototype would still apply. */
|
|
62606
|
-
char libfwevt_xml_tag_get_utf8_value_size ();
|
|
62607
|
-
int
|
|
62608
|
-
main (void)
|
|
62609
|
-
{
|
|
62610
|
-
return libfwevt_xml_tag_get_utf8_value_size ();
|
|
62611
|
-
;
|
|
62612
|
-
return 0;
|
|
62613
|
-
}
|
|
62614
|
-
_ACEOF
|
|
62615
|
-
if ac_fn_c_try_link "$LINENO"
|
|
62616
|
-
then :
|
|
62617
|
-
ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value_size=yes
|
|
62618
|
-
else $as_nop
|
|
62619
|
-
ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value_size=no
|
|
62620
|
-
fi
|
|
62621
|
-
rm -f core conftest.err conftest.$ac_objext conftest.beam \
|
|
62622
|
-
conftest$ac_exeext conftest.$ac_ext
|
|
62623
|
-
LIBS=$ac_check_lib_save_LIBS
|
|
62624
|
-
fi
|
|
62625
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value_size" >&5
|
|
62626
|
-
printf "%s\n" "$ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value_size" >&6; }
|
|
62627
|
-
if test "x$ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value_size" = xyes
|
|
62628
|
-
then :
|
|
62629
|
-
ac_cv_libfwevt_dummy=yes
|
|
62630
|
-
else $as_nop
|
|
62631
|
-
ac_cv_libfwevt=no
|
|
62632
|
-
fi
|
|
62633
|
-
|
|
62634
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfwevt_xml_tag_get_utf8_value in -lfwevt" >&5
|
|
62635
|
-
printf %s "checking for libfwevt_xml_tag_get_utf8_value in -lfwevt... " >&6; }
|
|
62636
|
-
if test ${ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value+y}
|
|
62637
|
-
then :
|
|
62638
|
-
printf %s "(cached) " >&6
|
|
62639
|
-
else $as_nop
|
|
62640
|
-
ac_check_lib_save_LIBS=$LIBS
|
|
62641
|
-
LIBS="-lfwevt $LIBS"
|
|
62642
|
-
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
62643
|
-
/* end confdefs.h. */
|
|
62644
|
-
|
|
62645
|
-
/* Override any GCC internal prototype to avoid an error.
|
|
62646
|
-
Use char because int might match the return type of a GCC
|
|
62647
|
-
builtin and then its argument prototype would still apply. */
|
|
62648
|
-
char libfwevt_xml_tag_get_utf8_value ();
|
|
62649
|
-
int
|
|
62650
|
-
main (void)
|
|
62651
|
-
{
|
|
62652
|
-
return libfwevt_xml_tag_get_utf8_value ();
|
|
62653
|
-
;
|
|
62654
|
-
return 0;
|
|
62655
|
-
}
|
|
62656
|
-
_ACEOF
|
|
62657
|
-
if ac_fn_c_try_link "$LINENO"
|
|
62658
|
-
then :
|
|
62659
|
-
ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value=yes
|
|
62660
|
-
else $as_nop
|
|
62661
|
-
ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value=no
|
|
62662
|
-
fi
|
|
62663
|
-
rm -f core conftest.err conftest.$ac_objext conftest.beam \
|
|
62664
|
-
conftest$ac_exeext conftest.$ac_ext
|
|
62665
|
-
LIBS=$ac_check_lib_save_LIBS
|
|
62666
|
-
fi
|
|
62667
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value" >&5
|
|
62668
|
-
printf "%s\n" "$ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value" >&6; }
|
|
62669
|
-
if test "x$ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf8_value" = xyes
|
|
62670
|
-
then :
|
|
62671
|
-
ac_cv_libfwevt_dummy=yes
|
|
62672
|
-
else $as_nop
|
|
62673
|
-
ac_cv_libfwevt=no
|
|
62674
|
-
fi
|
|
62675
|
-
|
|
62676
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfwevt_xml_tag_get_utf16_value_size in -lfwevt" >&5
|
|
62677
|
-
printf %s "checking for libfwevt_xml_tag_get_utf16_value_size in -lfwevt... " >&6; }
|
|
62678
|
-
if test ${ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value_size+y}
|
|
62679
|
-
then :
|
|
62680
|
-
printf %s "(cached) " >&6
|
|
62681
|
-
else $as_nop
|
|
62682
|
-
ac_check_lib_save_LIBS=$LIBS
|
|
62683
|
-
LIBS="-lfwevt $LIBS"
|
|
62684
|
-
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
62685
|
-
/* end confdefs.h. */
|
|
62686
|
-
|
|
62687
|
-
/* Override any GCC internal prototype to avoid an error.
|
|
62688
|
-
Use char because int might match the return type of a GCC
|
|
62689
|
-
builtin and then its argument prototype would still apply. */
|
|
62690
|
-
char libfwevt_xml_tag_get_utf16_value_size ();
|
|
62691
|
-
int
|
|
62692
|
-
main (void)
|
|
62693
|
-
{
|
|
62694
|
-
return libfwevt_xml_tag_get_utf16_value_size ();
|
|
62695
|
-
;
|
|
62696
|
-
return 0;
|
|
62697
|
-
}
|
|
62698
|
-
_ACEOF
|
|
62699
|
-
if ac_fn_c_try_link "$LINENO"
|
|
62700
|
-
then :
|
|
62701
|
-
ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value_size=yes
|
|
62702
|
-
else $as_nop
|
|
62703
|
-
ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value_size=no
|
|
62704
|
-
fi
|
|
62705
|
-
rm -f core conftest.err conftest.$ac_objext conftest.beam \
|
|
62706
|
-
conftest$ac_exeext conftest.$ac_ext
|
|
62707
|
-
LIBS=$ac_check_lib_save_LIBS
|
|
62708
|
-
fi
|
|
62709
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value_size" >&5
|
|
62710
|
-
printf "%s\n" "$ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value_size" >&6; }
|
|
62711
|
-
if test "x$ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value_size" = xyes
|
|
62712
|
-
then :
|
|
62713
|
-
ac_cv_libfwevt_dummy=yes
|
|
62714
|
-
else $as_nop
|
|
62715
|
-
ac_cv_libfwevt=no
|
|
62716
|
-
fi
|
|
62717
|
-
|
|
62718
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libfwevt_xml_tag_get_utf16_value in -lfwevt" >&5
|
|
62719
|
-
printf %s "checking for libfwevt_xml_tag_get_utf16_value in -lfwevt... " >&6; }
|
|
62720
|
-
if test ${ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value+y}
|
|
62721
|
-
then :
|
|
62722
|
-
printf %s "(cached) " >&6
|
|
62723
|
-
else $as_nop
|
|
62724
|
-
ac_check_lib_save_LIBS=$LIBS
|
|
62725
|
-
LIBS="-lfwevt $LIBS"
|
|
62726
|
-
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
62727
|
-
/* end confdefs.h. */
|
|
62728
|
-
|
|
62729
|
-
/* Override any GCC internal prototype to avoid an error.
|
|
62730
|
-
Use char because int might match the return type of a GCC
|
|
62731
|
-
builtin and then its argument prototype would still apply. */
|
|
62732
|
-
char libfwevt_xml_tag_get_utf16_value ();
|
|
62733
|
-
int
|
|
62734
|
-
main (void)
|
|
62735
|
-
{
|
|
62736
|
-
return libfwevt_xml_tag_get_utf16_value ();
|
|
62737
|
-
;
|
|
62738
|
-
return 0;
|
|
62739
|
-
}
|
|
62740
|
-
_ACEOF
|
|
62741
|
-
if ac_fn_c_try_link "$LINENO"
|
|
62742
|
-
then :
|
|
62743
|
-
ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value=yes
|
|
62744
|
-
else $as_nop
|
|
62745
|
-
ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value=no
|
|
62746
|
-
fi
|
|
62747
|
-
rm -f core conftest.err conftest.$ac_objext conftest.beam \
|
|
62748
|
-
conftest$ac_exeext conftest.$ac_ext
|
|
62749
|
-
LIBS=$ac_check_lib_save_LIBS
|
|
62750
|
-
fi
|
|
62751
|
-
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value" >&5
|
|
62752
|
-
printf "%s\n" "$ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value" >&6; }
|
|
62753
|
-
if test "x$ac_cv_lib_fwevt_libfwevt_xml_tag_get_utf16_value" = xyes
|
|
62754
62586
|
then :
|
|
62755
62587
|
ac_cv_libfwevt_dummy=yes
|
|
62756
62588
|
else $as_nop
|
|
@@ -71607,7 +71439,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
71607
71439
|
# report actual input values of CONFIG_FILES etc. instead of their
|
|
71608
71440
|
# values after options handling.
|
|
71609
71441
|
ac_log="
|
|
71610
|
-
This file was extended by libevtx $as_me
|
|
71442
|
+
This file was extended by libevtx $as_me 20240504, which was
|
|
71611
71443
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
71612
71444
|
|
|
71613
71445
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -71675,7 +71507,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|
|
71675
71507
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
71676
71508
|
ac_cs_config='$ac_cs_config_escaped'
|
|
71677
71509
|
ac_cs_version="\\
|
|
71678
|
-
libevtx config.status
|
|
71510
|
+
libevtx config.status 20240504
|
|
71679
71511
|
configured by $0, generated by GNU Autoconf 2.71,
|
|
71680
71512
|
with options \\"\$ac_cs_config\\"
|
|
71681
71513
|
|
|
@@ -2347,6 +2347,79 @@ int export_handle_export_record_text(
|
|
|
2347
2347
|
"Source name\t\t\t: %" PRIs_SYSTEM "\n",
|
|
2348
2348
|
source_name );
|
|
2349
2349
|
}
|
|
2350
|
+
#if defined( HAVE_WIDE_SYSTEM_CHARACTER )
|
|
2351
|
+
result = libevtx_record_get_utf16_channel_name_size(
|
|
2352
|
+
record,
|
|
2353
|
+
&value_string_size,
|
|
2354
|
+
error );
|
|
2355
|
+
#else
|
|
2356
|
+
result = libevtx_record_get_utf8_channel_name_size(
|
|
2357
|
+
record,
|
|
2358
|
+
&value_string_size,
|
|
2359
|
+
error );
|
|
2360
|
+
#endif
|
|
2361
|
+
if( result == -1 )
|
|
2362
|
+
{
|
|
2363
|
+
libcerror_error_set(
|
|
2364
|
+
error,
|
|
2365
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
2366
|
+
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
|
|
2367
|
+
"%s: unable to retrieve channel name size.",
|
|
2368
|
+
function );
|
|
2369
|
+
|
|
2370
|
+
goto on_error;
|
|
2371
|
+
}
|
|
2372
|
+
if( ( result != 0 )
|
|
2373
|
+
&& ( value_string_size > 0 ) )
|
|
2374
|
+
{
|
|
2375
|
+
value_string = system_string_allocate(
|
|
2376
|
+
value_string_size );
|
|
2377
|
+
|
|
2378
|
+
if( value_string == NULL )
|
|
2379
|
+
{
|
|
2380
|
+
libcerror_error_set(
|
|
2381
|
+
error,
|
|
2382
|
+
LIBCERROR_ERROR_DOMAIN_MEMORY,
|
|
2383
|
+
LIBCERROR_MEMORY_ERROR_INSUFFICIENT,
|
|
2384
|
+
"%s: unable to create value string.",
|
|
2385
|
+
function );
|
|
2386
|
+
|
|
2387
|
+
goto on_error;
|
|
2388
|
+
}
|
|
2389
|
+
#if defined( HAVE_WIDE_SYSTEM_CHARACTER )
|
|
2390
|
+
result = libevtx_record_get_utf16_channel_name(
|
|
2391
|
+
record,
|
|
2392
|
+
(uint16_t *) value_string,
|
|
2393
|
+
value_string_size,
|
|
2394
|
+
error );
|
|
2395
|
+
#else
|
|
2396
|
+
result = libevtx_record_get_utf8_channel_name(
|
|
2397
|
+
record,
|
|
2398
|
+
(uint8_t *) value_string,
|
|
2399
|
+
value_string_size,
|
|
2400
|
+
error );
|
|
2401
|
+
#endif
|
|
2402
|
+
if( result != 1 )
|
|
2403
|
+
{
|
|
2404
|
+
libcerror_error_set(
|
|
2405
|
+
error,
|
|
2406
|
+
LIBCERROR_ERROR_DOMAIN_RUNTIME,
|
|
2407
|
+
LIBCERROR_RUNTIME_ERROR_GET_FAILED,
|
|
2408
|
+
"%s: unable to retrieve channel name.",
|
|
2409
|
+
function );
|
|
2410
|
+
|
|
2411
|
+
goto on_error;
|
|
2412
|
+
}
|
|
2413
|
+
fprintf(
|
|
2414
|
+
export_handle->notify_stream,
|
|
2415
|
+
"Channel name\t\t\t: %" PRIs_SYSTEM "\n",
|
|
2416
|
+
value_string );
|
|
2417
|
+
|
|
2418
|
+
memory_free(
|
|
2419
|
+
value_string );
|
|
2420
|
+
|
|
2421
|
+
value_string = NULL;
|
|
2422
|
+
}
|
|
2350
2423
|
/* TODO category ? */
|
|
2351
2424
|
|
|
2352
2425
|
if( libevtx_record_get_event_identifier(
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
#include <libevtx/types.h>
|
|
26
26
|
|
|
27
|
-
#define LIBEVTX_VERSION
|
|
27
|
+
#define LIBEVTX_VERSION 20240504
|
|
28
28
|
|
|
29
29
|
/* The version string
|
|
30
30
|
*/
|
|
31
|
-
#define LIBEVTX_VERSION_STRING "
|
|
31
|
+
#define LIBEVTX_VERSION_STRING "20240504"
|
|
32
32
|
|
|
33
33
|
/* The access flags definitions
|
|
34
34
|
* bit 1 set to 1 for read access
|
|
@@ -557,6 +557,48 @@ int libevtx_record_get_utf16_source_name(
|
|
|
557
557
|
size_t utf16_string_size,
|
|
558
558
|
libevtx_error_t **error );
|
|
559
559
|
|
|
560
|
+
/* Retrieves the size of the UTF-8 encoded channel name
|
|
561
|
+
* The returned size includes the end of string character
|
|
562
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
563
|
+
*/
|
|
564
|
+
LIBEVTX_EXTERN \
|
|
565
|
+
int libevtx_record_get_utf8_channel_name_size(
|
|
566
|
+
libevtx_record_t *record,
|
|
567
|
+
size_t *utf8_string_size,
|
|
568
|
+
libevtx_error_t **error );
|
|
569
|
+
|
|
570
|
+
/* Retrieves the UTF-8 encoded channel name
|
|
571
|
+
* The size should include the end of string character
|
|
572
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
573
|
+
*/
|
|
574
|
+
LIBEVTX_EXTERN \
|
|
575
|
+
int libevtx_record_get_utf8_channel_name(
|
|
576
|
+
libevtx_record_t *record,
|
|
577
|
+
uint8_t *utf8_string,
|
|
578
|
+
size_t utf8_string_size,
|
|
579
|
+
libevtx_error_t **error );
|
|
580
|
+
|
|
581
|
+
/* Retrieves the size of the UTF-16 encoded channel name
|
|
582
|
+
* The returned size includes the end of string character
|
|
583
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
584
|
+
*/
|
|
585
|
+
LIBEVTX_EXTERN \
|
|
586
|
+
int libevtx_record_get_utf16_channel_name_size(
|
|
587
|
+
libevtx_record_t *record,
|
|
588
|
+
size_t *utf16_string_size,
|
|
589
|
+
libevtx_error_t **error );
|
|
590
|
+
|
|
591
|
+
/* Retrieves the UTF-16 encoded channel name
|
|
592
|
+
* The size should include the end of string character
|
|
593
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
594
|
+
*/
|
|
595
|
+
LIBEVTX_EXTERN \
|
|
596
|
+
int libevtx_record_get_utf16_channel_name(
|
|
597
|
+
libevtx_record_t *record,
|
|
598
|
+
uint16_t *utf16_string,
|
|
599
|
+
size_t utf16_string_size,
|
|
600
|
+
libevtx_error_t **error );
|
|
601
|
+
|
|
560
602
|
/* Retrieves the size of the UTF-8 encoded computer name
|
|
561
603
|
* The returned size includes the end of string character
|
|
562
604
|
* Returns 1 if successful, 0 if not available or -1 on error
|
|
@@ -557,6 +557,48 @@ int libevtx_record_get_utf16_source_name(
|
|
|
557
557
|
size_t utf16_string_size,
|
|
558
558
|
libevtx_error_t **error );
|
|
559
559
|
|
|
560
|
+
/* Retrieves the size of the UTF-8 encoded channel name
|
|
561
|
+
* The returned size includes the end of string character
|
|
562
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
563
|
+
*/
|
|
564
|
+
LIBEVTX_EXTERN \
|
|
565
|
+
int libevtx_record_get_utf8_channel_name_size(
|
|
566
|
+
libevtx_record_t *record,
|
|
567
|
+
size_t *utf8_string_size,
|
|
568
|
+
libevtx_error_t **error );
|
|
569
|
+
|
|
570
|
+
/* Retrieves the UTF-8 encoded channel name
|
|
571
|
+
* The size should include the end of string character
|
|
572
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
573
|
+
*/
|
|
574
|
+
LIBEVTX_EXTERN \
|
|
575
|
+
int libevtx_record_get_utf8_channel_name(
|
|
576
|
+
libevtx_record_t *record,
|
|
577
|
+
uint8_t *utf8_string,
|
|
578
|
+
size_t utf8_string_size,
|
|
579
|
+
libevtx_error_t **error );
|
|
580
|
+
|
|
581
|
+
/* Retrieves the size of the UTF-16 encoded channel name
|
|
582
|
+
* The returned size includes the end of string character
|
|
583
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
584
|
+
*/
|
|
585
|
+
LIBEVTX_EXTERN \
|
|
586
|
+
int libevtx_record_get_utf16_channel_name_size(
|
|
587
|
+
libevtx_record_t *record,
|
|
588
|
+
size_t *utf16_string_size,
|
|
589
|
+
libevtx_error_t **error );
|
|
590
|
+
|
|
591
|
+
/* Retrieves the UTF-16 encoded channel name
|
|
592
|
+
* The size should include the end of string character
|
|
593
|
+
* Returns 1 if successful, 0 if not available or -1 on error
|
|
594
|
+
*/
|
|
595
|
+
LIBEVTX_EXTERN \
|
|
596
|
+
int libevtx_record_get_utf16_channel_name(
|
|
597
|
+
libevtx_record_t *record,
|
|
598
|
+
uint16_t *utf16_string,
|
|
599
|
+
size_t utf16_string_size,
|
|
600
|
+
libevtx_error_t **error );
|
|
601
|
+
|
|
560
602
|
/* Retrieves the size of the UTF-8 encoded computer name
|
|
561
603
|
* The returned size includes the end of string character
|
|
562
604
|
* Returns 1 if successful, 0 if not available or -1 on error
|
|
@@ -22,12 +22,12 @@ BEGIN
|
|
|
22
22
|
BLOCK "040904E4"
|
|
23
23
|
BEGIN
|
|
24
24
|
VALUE "FileDescription", "Library to access the Windows XML Event Log (EVTX) format\0"
|
|
25
|
-
VALUE "FileVersion", "
|
|
25
|
+
VALUE "FileVersion", "20240504" "\0"
|
|
26
26
|
VALUE "InternalName", "libevtx.dll\0"
|
|
27
27
|
VALUE "LegalCopyright", "(C) 2011-2024, Joachim Metz <joachim.metz@gmail.com>\0"
|
|
28
28
|
VALUE "OriginalFilename", "libevtx.dll\0"
|
|
29
29
|
VALUE "ProductName", "libevtx\0"
|
|
30
|
-
VALUE "ProductVersion", "
|
|
30
|
+
VALUE "ProductVersion", "20240504" "\0"
|
|
31
31
|
VALUE "Comments", "For more information visit https://github.com/libyal/libevtx/\0"
|
|
32
32
|
END
|
|
33
33
|
END
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
* for local use of libevtx
|
|
38
38
|
*/
|
|
39
39
|
#else
|
|
40
|
-
#define LIBEVTX_VERSION
|
|
40
|
+
#define LIBEVTX_VERSION 20240504
|
|
41
41
|
|
|
42
42
|
/* The version string
|
|
43
43
|
*/
|
|
44
|
-
#define LIBEVTX_VERSION_STRING "
|
|
44
|
+
#define LIBEVTX_VERSION_STRING "20240504"
|
|
45
45
|
|
|
46
46
|
/* The access flags definitions
|
|
47
47
|
* bit 1 set to 1 for read access
|