van Hauser

Results 81 issues of van Hauser

I see from the afl/Changelog n perf-fuzz that it is based on 2.40b From the currentl 2.52b Changelog: "The lowest currently recommended version is 2.41b. If you're stuck on an...

A quick test showed that llvm 15 disabled the old pass manager. we have not ported to the new one because it is a lot, really a lot of work....

priority

Hi Tavis, for a closed platform review I tried to compile dbusmap statically but without success. The more libraries it indirectly requires for that I add, the more it wants...

because it eliminates most parts of your code. I did this because of #1 which led me to https://github.com/DynamoRIO/dynamorio/issues/2919 and boiled down to this solution which makes it work on...

Hi, I just noticed that drcfg hangs when run on ARMv7/AARCHXX: drrun -c drcfg.so -only_from_app -no_cti -- /bin/true and it crashes when using -no_cbr : ``` # drrun -c drcfg.so...

I get the error "Unable to request new process from fork server" when running the cxxfilt example. dmesg shows that pt-proxy-fast is crashing: ``` [ 113.654569] Cannot allocate proxy vma...

I wanted to do some testing with afl-pt - but I cannot. Ubuntu 14.04 is very, very old. So old, that none of the laptops that I own that actually...

automation: * If `cargo ziggy build` fails then send a notification * If `cargo ziggy run` fails then send a notification * If a crash is found, send a notification...

Not sure how this could look but: the issue is that we use ziggy on very special targets, hence our default setup is not ideal for other targets, e.g. text...

stephan's idea: when doing `ziggy fuzz` also build a `coverage-worker` target that is compiled exactly the same as `coverage`. however for this one ziggy runs new inputs from afl/mainaflfuzzer/queue/id:* in...