László Vaskó

Results 59 comments of László Vaskó

> So hyperscan for Python does not support Python 3.11 and I don't think it will be ready soon given that the maintainer is looking for others to take over...

> @vlaci works if we pin hyperscan to `0.2.0`. Nix has a problem with poetry now snake Here you are :)

I also had a weird idea: writing some wrapper that can be LD_PRELOAD-ed that captures `write` calls, tracks the total disk consumption and aborts when a limit is reached. This...

> This would go against our attempt at supporting OSX (or at least Apple M1/M2). > There is an equivalent of `LD_LIBRARY_PATH` on mac, but for sure it would complicate...

Had some discussions with @orosam around unblob better preserving/logging/reporting file metadata. Our idea is to create a FUSE layer for the extraction directory, where we could capture metadata, like ownership...

> I don't understand why this would help? If the format can reproduce these metadata, it contains in the format itself which can be parsed and extracted without looking at...

> Would a FUSE layer interpose itself between the extraction directory and external tools launched as subprocess like `7z` ? Is it possible from an unprivileged perspective ? That would...

You shouldn't need python-hyperscan, we are using another library, pyperscan now.