AFL experiments, or please eat your brötli

When messing around with AFL, you sometimes stumble upon something unexpected or amusing. Say,having the fuzzer spontaneously synthesize JPEG files,come up with non-trivial XML syntax,or discover SQL semantics.It is also fun to challenge yourself to employ fuzzers in non-conventional ways. Two canonical...

How to integrate querydsl in your javaee7 project

This guide requires knowledge on:mavengiteclipsequerydslwild flyWe will show you how to modify the javaee7-archetype project to integrate querydsl. For those who do not know, it is a library to unify queries in java. What I like more about it is that you can fluently construct your api. For more info...