File tree
13 files changed
+13
-13
lines changed- submodules
13 files changed
+13
-13
lines changedSubmodule dissect.cstruct updated 27 files
- dissect/cstruct/cstruct.py+1-1
- dissect/cstruct/types/base.py+23-15
- dissect/cstruct/types/char.py+6-6
- dissect/cstruct/types/enum.py+5-5
- dissect/cstruct/types/int.py+2-2
- dissect/cstruct/types/leb128.py+2-2
- dissect/cstruct/types/packed.py+3-3
- dissect/cstruct/types/pointer.py+9-5
- dissect/cstruct/types/structure.py+211-74
- dissect/cstruct/types/void.py+8-1
- dissect/cstruct/types/wchar.py+6-6
- dissect/cstruct/utils.py+3-1
- tests/test_basic.py-95
- tests/test_types_base.py+7-3
- tests/test_types_char.py+6
- tests/test_types_custom.py+24-7
- tests/test_types_enum.py+92-23
- tests/test_types_flag.py+51-15
- tests/test_types_int.py+13-3
- tests/test_types_leb128.py+8
- tests/test_types_packed.py+41-24
- tests/test_types_pointer.py+16-2
- tests/test_types_structure.py+222-1
- tests/test_types_union.py+197-5
- tests/test_types_void.py+53-1
- tests/test_types_wchar.py+6
- tests/test_utils.py+25
Submodule dissect.util updated 27 files
- .git-blame-ignore-revs+7
- dissect/util/compression/lz4.py+7-5
- dissect/util/compression/lznt1.py+6-5
- dissect/util/compression/lzo.py+3-2
- dissect/util/compression/lzxpress.py+5-3
- dissect/util/compression/lzxpress_huffman.py+8-5
- dissect/util/compression/sevenbit.py+5-3
- dissect/util/cpio.py+13-10
- dissect/util/encoding/surrogateescape.py+1-1
- dissect/util/feature.py+6-4
- dissect/util/plist.py+39-31
- dissect/util/sid.py+16-8
- dissect/util/stream.py+13-15
- dissect/util/tools/dump_nskeyedarchiver.py+6-3
- dissect/util/ts.py+15-7
- dissect/util/xmemoryview.py+13-8
- pyproject.toml+48-5
- tests/test_compression.py+10-18
- tests/test_cpio.py+7-6
- tests/test_crc32c.py+2-2
- tests/test_feature.py+5-5
- tests/test_plist.py+2-2
- tests/test_sid.py+62-16
- tests/test_stream.py+13-13
- tests/test_ts.py+25-24
- tests/test_xmemoryview.py+2-2
- tox.ini+4-17
Submodule dissect.volume updated 21 files
- .gitattributes+1
- dissect/volume/vinum/c_vinum.py+83
- dissect/volume/vinum/config.py+425
- dissect/volume/vinum/vinum.py+349
- tests/conftest.py+54
- tests/data/vinum/vinum-concat_diska.bin.gz+3
- tests/data/vinum/vinum-concat_diskb.bin.gz+3
- tests/data/vinum/vinum-mirror_diska.bin.gz+3
- tests/data/vinum/vinum-mirror_diskb.bin.gz+3
- tests/data/vinum/vinum-raid5_diska.bin.gz+3
- tests/data/vinum/vinum-raid5_diskb.bin.gz+3
- tests/data/vinum/vinum-raid5_diskc.bin.gz+3
- tests/data/vinum/vinum-raid5_diskd.bin.gz+3
- tests/data/vinum/vinum-striped_diska.bin.gz+3
- tests/data/vinum/vinum-striped_diskb.bin.gz+3
- tests/data/vinum/vinum-stripedmirror_diska.bin.gz+3
- tests/data/vinum/vinum-stripedmirror_diskb.bin.gz+3
- tests/data/vinum/vinum-stripedmirror_diskc.bin.gz+3
- tests/data/vinum/vinum-stripedmirror_diskd.bin.gz+3
- tests/test_vinum.py+238
- tests/test_vinum_config.py+460
Submodule flow.record updated 24 files
- .github/workflows/compatibility.yml-40
- flow/record/adapter/elastic.py+31-14
- flow/record/adapter/line.py+1-1
- flow/record/adapter/sqlite.py+1-1
- flow/record/adapter/text.py+1-1
- flow/record/adapter/xlsx.py+97-18
- flow/record/base.py+49-38
- flow/record/fieldtypes/__init__.py+4-28
- flow/record/fieldtypes/net/ip.py+37-18
- flow/record/fieldtypes/net/ipv4.py-7
- flow/record/jsonpacker.py+1-5
- flow/record/tools/rdump.py+6-1
- flow/record/utils.py+18-22
- pyproject.toml+2-2
- tests/test_adapter_line.py+29
- tests/test_adapter_text.py+28
- tests/test_fieldtype_ip.py+15
- tests/test_fieldtypes.py+57-44
- tests/test_json_packer.py+20
- tests/test_record.py+25-4
- tests/test_regression.py+2
- tests/test_xlsx_adapter.py+55
- tests/utils_inspect.py-58
- tox.ini+1-1
0 commit comments