This commit is contained in:
Alex Groce 2018-09-05 13:49:14 -07:00
parent 83cdc2f070
commit 3e521bcb48

View File

@ -181,6 +181,7 @@ def main():
if ba[0] > 0:
banews.append(bytearray([ba[0]-1]))
for banew in banews:
print(b1, b2, ba, " --> ", banew)
newTest = part1 + banew + part2 + banew + part3
r = writeAndRunCandidate(newTest)
if checks(r):