pyaff4 icon indicating copy to clipboard operation
pyaff4 copied to clipboard

The Python implementation of the AFF4 standard.

Results 16 pyaff4 issues
Sort by recently updated
recently updated
newest added

As per title, fixes the ZipFileHeader Struct, by changing file_size and compress_size to uint32. Else packing struct fails when file size is > 2GB. Also introduces an optional switch to...

Bumps [future](https://github.com/PythonCharmers/python-future) from 0.17.1 to 0.18.3. Release notes Sourced from future's releases. v0.18.3 This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix...

dependencies

In my last pull request - #29 to fix the final chunk padding issue, I forgot to define chunkLen. Apologies.

I am getting the following error while i am trying to create a aff4 file. I am running the following command: python3 aff4.py -r --create-logical test.aff4 /home/development/E01_Files/ Adding: /home/development/E01_Files/Program Files/Messengernewalert.wav...

Dear pyaff4-maintainers, when I use `aff4.py` from the master-branch (commit 94a3583475c07ad92147f70ff8a19e9e36f12aa9) and specify `--append` no filesystem metadata is recorded inside the resulting container. Here are the following steps to reproduce...

Can an .exe of pyaff4 be provided for running on Windows and be portable, so it can be used withou python needed? It seems that pyaff4 is more advanced and...

``` $ python samples/extract_streams.py ../t.aff4 Traceback (most recent call last): File "/home/r/pyaff4/samples/extract_streams.py", line 18, in with zip.ZipFile.NewZipFile(resolver, volume_path_urn) as volume: TypeError: NewZipFile() missing 1 required positional argument: 'backing_store_urn' ``` Indeed,...

I was testing pyaff4 with an M1 Mac attached to another Mac using Mac Sharing mode, but it stalled after a short while. The last few lines of console output...

Something has changed that has made reading a lot slower. I'm using pyaff4 to read full disk images. With version 0.31, it takes about 3 minutes to read an APFS...

pyaff4 uses an old version of tzlocal (1.5.1), which throws warnings when on python 3.8 ``` ..../env/lib/python3.8/site-packages/tzlocal-1.5.1-py3.8.egg/tzlocal/unix.py:108: SyntaxWarning: "is not" with a literal. Did you mean "!="? ..../env/lib/python3.8/site-packages/tzlocal-1.5.1-py3.8.egg/tzlocal/unix.py:108: SyntaxWarning: "is...