Valery Korolyov
Valery Korolyov
Hi. I wish to contribute. What needs to be done in order to migrate [targets](https://github.com/IntelLabs/kafl.targets) from kafl_user.h to nyx_api.h? I'm most interested in the Windows target. I guess I would...
So I configured Jira integration, but Jira issues created by Defect Dojo contained finding URLs like `http://localhost:8080/finding/85`. I needed normal URLs like `https://dojo.mycompany.com/finding/85`. I found out that this may be...
After instrumenting my code with SharpFuzz I get constant `System.AccessViolationException`s even without fuzzing. I don't know what exactly causes it, but it seems to always happen in constructors. I have...
Hello! I use cowrie and would like to ensure and improve its security. Not being familiar with Twisted I tried implementing fuzz testing using the atheris fuzzer, but failed miserably...
New user here, may be misunderstanding something ;( ### Can we include frontmatter variables in the same page? Something like this: ````md --- tags: book title: My title author: Some...
Please consider declaring a common exception type for the library (like SharpCompressException) and inheriting all specific exception types from it instead of subclassing base Exception class in different places. It...
After `pip install .` this happens: ``` $ fuzzman -h Traceback (most recent call last): File "/home/user/git/fuzzaide/.venv/bin/fuzzman", line 5, in from fuzzaide.tools.fuzzman.fuzzman import main ModuleNotFoundError: No module named 'fuzzaide.tools' ```...
Seems like coverage reports generated by some of (or all) modern versions of lcov (>=2.0) have columns in a different order than it used to be with lcov < 2.0....
Testing have shown that current bugbane dev version can run afl++ 4.08c normally, but starting from 4.09c secondary afl-fuzz instances running cmplog seem to freeze on start. Need to investigate...
Currently there's no way to disable helper builds, such as LAF or CMPLOG for AFL++. For some apps it takes a lot of time to make these builds. We need...