示例#1
0
def build():  # pylint: disable=too-many-branches,too-many-statements
    """Build benchmark."""
    os.environ["CGC_STRATEGY"] = "dataflowSea"
    os.environ["CGC_MAXMAP"] = "262144"  # 256kb
    aflplusplus_fuzzer.build("pcguard", "cmplog", "dict2file", "no_icp")
示例#2
0
def build():  # pylint: disable=too-many-branches,too-many-statements
    """Build benchmark."""
    os.environ["CGC_STRATEGY"] = "params"
    os.environ["CGC_MAXMAP"] = "786432"  # 768kb
    aflplusplus_fuzzer.build("pcguard", "cmplog", "dict2file", "no_icp")
示例#3
0
def build():  # pylint: disable=too-many-branches,too-many-statements
    """Build benchmark."""
    os.environ["CGC_STRATEGY"] = "bottom"
    os.environ["CGC_MAXMAP"] = "1048576"  # 1Mb
    aflplusplus_fuzzer.build("pcguard", "cmplog", "dict2file", "no_icp")
示例#4
0
def build():  # pylint: disable=too-many-branches,too-many-statements
    """Build benchmark."""
    os.environ["CGC_STRATEGY"] = "randomic"
    aflplusplus_fuzzer.build("pcguard", "cmplog", "dict2file", "no_icp")
示例#5
0
def build():  # pylint: disable=too-many-branches,too-many-statements
    """Build benchmark."""
    aflplusplus_fuzzer.build("pcguard", "cmplog", "dict2file", "no_passes")