9 lines
399 B
Plaintext
9 lines
399 B
Plaintext
bfbtester is a quick hack I put together to do some basic overflow
|
|
tests on binary programs. It probably won't catch everything wrong or
|
|
every program, but it's pretty good at catching the bad
|
|
ones. bfbtester can either run tests on a single binary or walk
|
|
through a whole directory of binaries. Currently bfbtester tests for
|
|
argument overflows and environment variable overflows.
|
|
|
|
WWW: ${HOMEPAGE}
|