Logyi, hajnalvédő
Logyi, hajnalvédő
I agree with @arnetheduck, LLVM's sanitizers are great as well! You may also want to look at [libFuzzer](https://llvm.org/docs/LibFuzzer.html), which is also part of the LLVM ecosystem. - AFL can be...
oh, and another point: make sure your fuzzer generates test cases that you can reuse for future re-verification or regression testing. I very often have radamsa generate files on the...
We used a modified RRA process when we did the threat model for Kubernetes itself; [you can see my notes in the repo](https://github.com/trailofbits/audit-kubernetes/tree/master/notes/stefan.edwards/rra). We modified these to include the controls...
Interestingly, whilst initial loads fail at random values, if I attempt to restart the load it always fails at the same offset: 1998193
@Tpt let me try an older version! Is there one you recommend? Wrt AsCII NUL, I don't _believe_ so; I've found a few different issues (because I'm loading so much...
@ErezYalon I actually spoke with @PauloASilva about these in OWASP Slack; I'll try to issue some PRs this week!
I'm seeing a related issue on OS X: ``` + ld -pagezero_size 0x100000000 -macosx_version_min 10.6 -o obj/mbld/mbld /Users/lojikil/Build/mc/rt/_myrrt.o obj/mbld/deps.o obj/mbld/main.o obj/mbld/util.o obj/mbld/cpufeatures.o obj/mbld/libs.o obj/mbld/syssel.o obj/mbld/config.o obj/mbld/opts.o obj/mbld/subtest.o obj/mbld/types.o obj/mbld/test.o obj/mbld/install.o...
Should we integrate what Marlais or some other S-Expression based Dylan does, and then decide what else we might want this to look like? Would be nice to have some...
And I'm definitely open to converting yous to using proper, S-Expression syntaxed Dylan, like God intended... /me runs away