Andrea Fioraldi

Results 45 issues of Andrea Fioraldi

Frida ignore Java exception generated by NativeFunction calls and propagate (so setExceptionHandler miss them) and le the app crash when the exception is generated by the app itself. Here an...

from @tokatoka

good first issue

We should implement the handler for posix and windows and extend it to work with multiple processes when using a launcher

enhancement

![Screenshot at 2021-07-08 11-55-20](https://user-images.githubusercontent.com/16168186/124902629-66c9bf00-dfe3-11eb-817c-75a042b45252.png)

enhancement

libafl_sugar it is a crate that should provide ready-to-use fuzzers configurable with a builder pattern. We have a collection of fuzzers in https://github.com/AFLplusplus/libafl_fuzzbench, would be cool to have them (or...

enhancement
good first issue

In this issue, I proposed several projects based on libafl (like libafl_frida) that we would be glad to include here. As LibAFL is newly born there is a lot of...

good first issue

At the current state, we don't have any mechanism to enforce the presence of some testcase or state metadata apart from returning errors at runtime when one component that needs...

enhancement
question

We need high level API to create basic fuzzers for basic users without involving the concept of Observer Feedback etc. Ideally just taking an haress closure and some parameters like...

enhancement

The literature on fuzz testing is *quite* large [1], and we can miss interesting works that are worth having implemented here (or in AFL++). This issue is for the community,...

enhancement

If libafl has to be multi platform, we cannot really use just GNU makefiles. I propose meson as it was recently adopted by QEMU it and seems a sane build...