blog generator is a prorgam based on the Catty 2 engine that browses a number of Web log servers found on Google, builds a database of hundreds of thousands phrases, and uses this to write a "stream of consciousness" text on a given subject. It is pretty amusing, and a useful tool for all bloggers.
Bunny the Fuzzer is a closed loop, high-performance, general purpose protocol-blind fuzzer for C programs. It uses compiler-level integration to seamlessly inject precise and reliable instrumentation hooks into the traced program. These hooks enable the fuzzer to receive real-time feedback on changes to the function call path, call parameters, and return values in response to variations in input data.
Fenris is a multipurpose tracer, debugger, and code analysis tool that detects and documents high-level language constructions, can recover symbols, graph program execution flow, detect internal functions, recover symbol tables, and deal with anti-debugging protection. It features a command-line interface as well as a SoftICE-alike GUI and Web frontend.
a sad observation (flame on?) Your mileage may vary, but... My experience with GCC 3.2 is that, for a fairly well-written (read: optimized, not neat) integer/mem code compiled with some sensible...