Results 3 comments of linlih

In this file : src/check.py, following code: ``` python # Added by Yang def is_your_target(filename, yara_file): if not os.path.exists("rules_compiled/your_target"): os.mkdir("rules_compiled/your_target") if os.path.isdir(yara_file): for n in os.listdir(yara_file): if not os.path.isdir("./" +...

同样也遇到了这个问题。