Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,6 @@
path = submodules/dissect.qnxfs
url = https://github.com/fox-it/dissect.qnxfs.git
branch = main
[submodule "submodules/dissect.cramfs"]
path = submodules/dissect.cramfs
url = https://github.com/fox-it/dissect.cramfs.git
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?= -jauto -w $(BUILDDIR)/warnings.log --fail-on-warning
SPHINXOPTS ?= -jauto -w $(BUILDDIR)/warnings.log
SPHINXBUILD ?= sphinx-build
SPHINXWATCH ?= sphinx-autobuild
SOURCEDIR = source
Expand Down
2 changes: 1 addition & 1 deletion submodules/acquire
2 changes: 1 addition & 1 deletion submodules/dissect.archive
2 changes: 1 addition & 1 deletion submodules/dissect.btrfs
1 change: 1 addition & 0 deletions submodules/dissect.cramfs
Submodule dissect.cramfs added at 544048
2 changes: 1 addition & 1 deletion submodules/dissect.etl
2 changes: 1 addition & 1 deletion submodules/dissect.executable
Submodule dissect.executable updated 65 files
+3 −1 dissect/executable/__init__.py
+45 −40 dissect/executable/elf/elf.py
+5 −0 dissect/executable/pe/__init__.py
+2,234 −0 dissect/executable/pe/c_pe.py
+3,112 −0 dissect/executable/pe/c_pe.pyi
+41 −0 dissect/executable/pe/directory/__init__.py
+18 −0 dissect/executable/pe/directory/base.py
+64 −0 dissect/executable/pe/directory/basereloc.py
+114 −0 dissect/executable/pe/directory/bound_import.py
+83 −0 dissect/executable/pe/directory/com_descriptor.py
+244 −0 dissect/executable/pe/directory/debug.py
+176 −0 dissect/executable/pe/directory/delay_import.py
+89 −0 dissect/executable/pe/directory/exception.py
+128 −0 dissect/executable/pe/directory/export.py
+33 −0 dissect/executable/pe/directory/iat.py
+151 −0 dissect/executable/pe/directory/imports.py
+58 −0 dissect/executable/pe/directory/load_config.py
+589 −0 dissect/executable/pe/directory/resource.py
+76 −0 dissect/executable/pe/directory/security.py
+46 −0 dissect/executable/pe/directory/tls.py
+609 −0 dissect/executable/pe/locale_id.py
+448 −0 dissect/executable/pe/pe.py
+7 −9 pyproject.toml
+ tests/_data/elf/hello_world.out
+ tests/_data/elf/hello_world.stripped.out
+ tests/_data/pe/16/DPMIRES.EXE
+ tests/_data/pe/32/Dummy.dll
+ tests/_data/pe/32/Microsoft.Windows.SoftwareLogo.Binscope.resources.dll
+ tests/_data/pe/32/NetDbgTLLoc.dll
+ tests/_data/pe/32/OLEACCHOOKS.DLL
+ tests/_data/pe/32/PUNZIP.EXE
+ tests/_data/pe/32/TpmCertResources.dll
+ tests/_data/pe/32/UWPEnum.dll
+ tests/_data/pe/32/aborttest.exe
+ tests/_data/pe/32/mingwm10.dll
+ tests/_data/pe/64/comres.dll
+ tests/_data/pe/64/test.exe
+0 −0 tests/_docs/Makefile
+2 −0 tests/_docs/conf.py
+0 −0 tests/_docs/index.rst
+7 −0 tests/_utils.py
+0 −0 tests/elf/__init__.py
+8 −6 tests/elf/test_dump.py
+1 −1 tests/elf/test_elf.py
+0 −0 tests/elf/test_section.py
+1 −1 tests/elf/test_segment.py
+0 −0 tests/elf/test_segment_table.py
+0 −0 tests/pe/__init__.py
+0 −0 tests/pe/directory/__init__.py
+19 −0 tests/pe/directory/test_basereloc.py
+25 −0 tests/pe/directory/test_bound_import.py
+17 −0 tests/pe/directory/test_com_descriptor.py
+78 −0 tests/pe/directory/test_debug.py
+29 −0 tests/pe/directory/test_delay_import.py
+18 −0 tests/pe/directory/test_exception.py
+26 −0 tests/pe/directory/test_export.py
+40 −0 tests/pe/directory/test_iat.py
+25 −0 tests/pe/directory/test_import.py
+19 −0 tests/pe/directory/test_load_config.py
+86 −0 tests/pe/directory/test_resource.py
+20 −0 tests/pe/directory/test_security.py
+15 −0 tests/pe/directory/test_tls.py
+56 −0 tests/pe/test_pe.py
+0 −5 tests/util.py
+6 −6 tox.ini
2 changes: 1 addition & 1 deletion submodules/dissect.shellitem
2 changes: 1 addition & 1 deletion submodules/dissect.target
Submodule dissect.target updated 378 files
2 changes: 1 addition & 1 deletion submodules/dissect.vmfs
Submodule dissect.vmfs updated 57 files
+1 −0 .gitattributes
+2 −2 .gitignore
+7 −3 dissect/vmfs/__init__.py
+705 −0 dissect/vmfs/address.py
+164 −0 dissect/vmfs/c_lvm.py
+272 −0 dissect/vmfs/c_lvm.pyi
+370 −329 dissect/vmfs/c_vmfs.py
+716 −0 dissect/vmfs/c_vmfs.pyi
+1,043 −0 dissect/vmfs/descriptor.py
+5 −1 dissect/vmfs/exception.py
+367 −81 dissect/vmfs/lvm.py
+406 −316 dissect/vmfs/resource.py
+28 −0 dissect/vmfs/util.py
+244 −589 dissect/vmfs/vmfs.py
+3 −2 pyproject.toml
+3 −0 tests/_data/lvm/huge/lvm5.csv.gz
+3 −0 tests/_data/lvm/huge/lvm6.csv.gz
+3 −0 tests/_data/lvm/lvm3.bin.gz
+3 −0 tests/_data/lvm/lvm4.bin.gz
+3 −0 tests/_data/lvm/lvm5.bin.gz
+3 −0 tests/_data/lvm/lvm6.bin.gz
+3 −0 tests/_data/lvm/span/lvm3-span-0.bin.gz
+3 −0 tests/_data/lvm/span/lvm3-span-1.bin.gz
+3 −0 tests/_data/lvm/span/lvm4-span-0.bin.gz
+3 −0 tests/_data/lvm/span/lvm4-span-1.bin.gz
+3 −0 tests/_data/lvm/span/lvm5-span-0.bin.gz
+3 −0 tests/_data/lvm/span/lvm5-span-1.bin.gz
+3 −0 tests/_data/lvm/span/lvm6-span-0.bin.gz
+3 −0 tests/_data/lvm/span/lvm6-span-1.bin.gz
+3 −0 tests/_data/vmfs.bin.gz
+3 −0 tests/_data/vmfs/span/vmfs5-span-0.bin.gz
+3 −0 tests/_data/vmfs/span/vmfs5-span-1.bin.gz
+3 −0 tests/_data/vmfs/span/vmfs6-span-0.bin.gz
+3 −0 tests/_data/vmfs/span/vmfs6-span-1.bin.gz
+3 −0 tests/_data/vmfs/vmfs5-no-dense-sbpc.bin.gz
+3 −0 tests/_data/vmfs/vmfs5-resource-optimized.bin.gz
+3 −0 tests/_data/vmfs/vmfs5.bin.gz
+3 −0 tests/_data/vmfs/vmfs5d.bin.gz
+3 −0 tests/_data/vmfs/vmfs5l.bin.gz
+3 −0 tests/_data/vmfs/vmfs5ld.bin.gz
+3 −0 tests/_data/vmfs/vmfs6-resource-optimized.bin.gz
+3 −0 tests/_data/vmfs/vmfs6.bin.gz
+3 −0 tests/_data/vmfs/vmfs6d.bin.gz
+3 −0 tests/_data/vmfs/vmfs6l.bin.gz
+3 −0 tests/_data/vmfs/vmfs6ld.bin.gz
+0 −0 tests/_docs/Makefile
+0 −0 tests/_docs/conf.py
+0 −0 tests/_docs/index.rst
+0 −21 tests/conftest.py
+ tests/data/vmfs5.bin.gz
+ tests/data/vmfs6.bin.gz
+0 −101 tests/test_address.py
+21 −0 tests/test_exception.py
+0 −21 tests/test_exceptions.py
+117 −25 tests/test_lvm.py
+231 −107 tests/test_vmfs.py
+6 −6 tox.ini
2 changes: 1 addition & 1 deletion submodules/dissect.volume