s1341

Results 45 issues of s1341

This PR adds a handler for c-] which uses fzf to show multiple matches to your searched tag. It's super useful, so I thought it would be nice if it...

When the locking functionality is disabled, `CachedOnDiskCorpus` just uses the input hash as the testcase name. If the file already exists though, the `write_file_atomic` will fail killing the fuzzer. This...

bug

LibAFL is starting to become very feature-full, and will probably continue to grow in this regard. It would be extremely useful to have a flowchart or decision tree which helps...

It would be awesome if we could trace arbitrary functions by looking them up in debug symbols, in addition to standard symbols.

Without this, SIGINTs get swallowed. Not sure why.

frida-asan assumes all correctly addressable memory is unpoisoned, and all invalid memory is poisoned. In order to maintain this invariant, we need to make sure that when files are mapped...

enhancement

In order to support complex programs which dynamically load shared objects, we need to hook `LoadLibrary`/`dlopen` in order to make sure that these dynamicallly loaded libraries are correctly unpoisoned.

enhancement

At the moment, we don't support keeping track of the stalker follow when a windows C++ exception is thrown. If you are stalking code which throws an exception, we have...