DESCR 381 B

1234567
  1. bfbtester is a quick hack I put together to do some basic overflow
  2. tests on binary programs. It probably won't catch everything wrong or
  3. every program, but it's pretty good at catching the bad
  4. ones. bfbtester can either run tests on a single binary or walk
  5. through a whole directory of binaries. Currently bfbtester tests for
  6. argument overflows and environment variable overflows.