import math
from typing import Tuple
Copyright By Assignmentchef assignmentchef
from delta_debugger import run_target
EMPTY_STRING = b
def delta_debug(target: str, input: bytes) -> bytes:
Delta-Debugging algorithm
TODO: Implement your algorithm for delta-debugging.
Hint: It may be helpful to use an auxilary function that
takes as input a target, input string, n and
returns the next input and n to try.
:param target: target program
:param input: crashing input to be minimized
:return: 1-minimal crashing input.
return input
CS: assignmentchef QQ: 1823890830 Email: [email protected]
Reviews
There are no reviews yet.