Example #1
0
 public bool Save(string filename)
 {
     ErrorUtility.ThrowOnError(Methods.yr_rules_save(BasePtr, filename));
     return(true);
 }
Example #2
0
 public YaraContext()
 {
     ErrorUtility.ThrowOnError(Methods.yr_initialize());
 }