Differential Fuzzing of URL Parsers (Chromium/Go) Part 1
Writing a coverage-guided fuzzer in LibAFL for differential URL parsing of Chromium GURL against Go net/url: Basic fuzzer infrastructure; byte input; structured output; a running fuzz-loop.
Hi there, I’m Stefan. Here I’m writing about various programming-related stuff I find interesting. For many topics, I myself am still learning on the go.
Writing a coverage-guided fuzzer in LibAFL for differential URL parsing of Chromium GURL against Go net/url: Basic fuzzer infrastructure; byte input; structured output; a running fuzz-loop.
How git transfers data over the network during remote repository operations like clone/fetch/pull/push: packet-line framing, the v2 wire protocol, pack-files, sideband channels.