Romain Gayon

Results 15 issues of Romain Gayon

https://github.com/brouberol/marcel

- [ ] Split tests - [ ] Make tests docstrings more descriptive - [x] Add end to end tests - [ ] Rename docker_version to storage_version - [ ]...

Currently, only the first operation on a image is displayed

**Description of problem:** Running log2timeline with parameters taken from the --help message won't work, as ! is a reserved character in a man shells. ``` # log2timeline.py --parsers "sqlite,!sqlite/chrome_history" -bash:...

enhancement
UX
tools

``` $ 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,...