exampe:
rule test_file
{
meta:
author = "test"
description = "test mete display"
date = "20210522"
condition:
true
}

use 
yr_rule_metas_foreach(p, metas){
printf("the message is :%s\n",metas->identifier);
}
i can only output :author descri and date but i want output 
author = "test"
description = "test mete display"
date = "20210522"

is this possible?


-- 
You received this message because you are subscribed to the Google Groups 
"YARA" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/yara-project/000550e7-b234-45af-981f-0ab94464b4f8n%40googlegroups.com.

Reply via email to