Josh Bundt

Results 15 issues of Josh Bundt

It seems MIPS[32/64] bit has only partial support for the family of `c.{eq,le,ge}.d` instructions. I'm testing on next 31af3c3e This version is supported: ``` $ ./cstool/cstool -d mips64 "32 C0...

-see commit notes two examples attached: - [report-2021-01-30.tar.gz](https://github.com/google/fuzzbench/files/5987574/report-2021-01-30.tar.gz) - [report-2021-01-31-fuzzer.tar.gz](https://github.com/google/fuzzbench/files/5987584/report-2021-01-31-fuzzer.tar.gz)

cla: yes

I don't know if this issue was considered when implementing the analysis module, but using scipy.stats to compute Mann-Whitney U is not ideal. I first noticed the warning on the...

minor bug

Do you have any recommendations on speeding up analysis? I have a distributed setup with the backend running exclusively on its own server. I uploaded several firmware with the minimal...

enhancement

Would it be possible to skip over data that is mixed with code (ARM) instead of returning? Looking at incrementing the offset by the default instruction alignment here instead of...

I think I'm running into issues where Angora might be failing because it is not reaping zombie child processes, filling up the process table, then unable to launch new processes....

We're running into issues where Angora aborts fuzzing within the first 24 hours because the `Density is too large (> 10%)`. What is the recommended fix for this issue? The...

**file-5.35** is currently a "working" target. I attempted to increase the coverage by adding new inputs to be used during taint analysis. The new targets were successfully added during taint...

Any ideas on why I would be getting different generation for the control flow graph of these two functions? These are from two versions of busybox, exported with IDA 8.3...

question

It appears that #19 has some unintended results that produce multiple "afl_maybe_log" updates in a single basic block. As an example, this a basic block from sqlite3, function `sqlite3VMPrintf`, compiled...