fabienfl
fabienfl
As for now ORC does not allow to do that. Concerning Yara rules, I guess it would be easy to support their compilation from a unique 7z resource. But for...
Until then you can concatenate your rules in a single yara file.
Affects multiple commands. Should be fix with 10.1.0-rc4
Configuration should be possible with upcoming version. This version should correctly forward log options to GetThis process with such GetSamples Configuration: ```xml GetSamples.log ```
Hello, could you try with the new v10.0.24 ? By looking the code I was able to fix a bug but I am not sure this will be enough to...
GetSamples run GetThis which output GetSamples.7z. Both GetSamples_timeline.csv and GetSamples_sampleinfo.csv are produced by GetSamples. Having everything in one archive would require a significant refactor or rebuilding the GetSamples.7z archive.
Hello, did you clone wiht `--recursive` ? You could eventually try ``` c:\Users\admin\Desktop\dfir-orc> git submodule update --init ```