When iterating through the scan results, how does one access the origin field set when adding the rule to the compiler.source? I also looked in the Rules object, but didn't see where that was exposed.
compiler = yara_x.Compiler()
compiler.add_source("rule test_2 { condition: false }", origin="test.yar")
rules = compiler.build()