タグ

securityとtestingとcに関するmasterqのブックマーク (1)

  • american fuzzy lop

    American fuzzy lop is a security-oriented fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by the tool are also useful for seeding oth

    masterq
    masterq 2017/06/07
    afl-gcc/afl-g++という特殊なコンパイラでターゲットプログラムをコンパイルして、起動するとファジングできるよという話みたい。ステータス画面があるので明らかにPOSIXな何かに依存してそう
  • 1