Results 1 issues of Jan Seredynski

Hey, is there any way to set analysers? I am trying to set `Options` before calling `analyzeAll` but it doesn't work. ``` with pyhidra.open_program(filepath, analyze=False) as flat_api: program = flat_api.getCurrentProgram()...