van Hauser

Results 81 issues of van Hauser

getting symcc working in fuzzbench was a horrible experience as the image is based on an old ubuntu ... it might be difficult for the CI as I have to...

cla: yes

Let's collect some ideas on how to improve the grammar mutator. I am not an expert on this, so some ideas might be not possible, no sense or even makes...

this way the cmd line to afl-fuzz can just be copied instead of switching @@ to AFL_FILE. Of course AFL_FILE still works.

``` # /prg/tmp/Angora/angora_fuzzer -i in -o out-angora -t ./unrar.taint -- ./unrar.fast -inul p @@ INFO angora::fuzz_main > CommandOpt { mode: LLVM, id: 0, main: ("./unrar.fast", ["-inul", "p", "@@"]), track: ("./unrar.taint",...

I have a current kernel, booted with nopti, inet_pt is supported and built from the current github state: ``` # dmesg|grep nopti [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.19.0-kali1-amd64 root=/dev/mapper/kali--vg-root ro quiet...

with kernel 5,8.0 make fails: ``` sudo env LINUX_SYSTEM_MAP='/boot/System.map-5.8.0-kali2-amd64' python3 lookup_symbols.py Traceback (most recent call last): File "lookup_symbols.py", line 40, in assert register_chrdev_region != None AssertionError ```

I run Eclipser in a docker container and running a target results in a crash of Eclipser: ``` # dotnet /Eclipser/build/Eclipser.dll -t 5 -s eclipser -o out -p fuzz-target --exectimeout...

It would be great if you would release a new version once a new version of Ghidra is out. The last release is from September 2019 for 9.0.2 and current...

consideration

I installed dragondance and every time I start Ghdira a dragondance.log file is created in the current directory. Over the time my file system is littered with these log files,...

enhancement

I did a diff between afl 2.49b to 2.52b and just applied them to android-afl. have not tried yet if android-afl still works though