Hanyin

Results 7 comments of Hanyin

![image](https://user-images.githubusercontent.com/43680784/149902677-27bd0c52-27c1-44f9-8917-c7ef79e17d33.png) By the way, after modifying the code according to the #15 , it runs normally but the fuzz times out. Is this because of the location of the exit?

I've tried two different methods and it doesn't seem to make a difference, both time out.

The error is that the link library cannot be found, you can set LD_PRELOAD instead, at least the recommended VM does not add the directory to the $PATH.

I removed all plugins, the problem was that I tried other seeds and it worked fine, but the repository's sampleinput.xcf was causing aflpp to timeout no matter what the timeout...

Hi, I encountered the same issue before. This is likely due to the @cache_to_disk() decorator in the file agentic_security/probe_data/data.py, which causes the dataset list to be cached and not refreshed...

Just a quick note: the project looks for the datasets folder using a relative path, as seen in the source code here: https://github.com/msoedov/agentic_security/blob/17e34356e11ae643ad9b9b2c13b94be84d1231b2/agentic_security/probe_data/data.py#L251 So make sure your custom CSV file...

> > Hi, I encountered the same issue before. This is likely due to the @cache_to_disk() decorator in the file agentic_security/probe_data/data.py, which causes the dataset list to be cached and...