This commit is contained in:
Alex Groce 2018-09-05 13:33:58 -07:00
parent 6c613126c1
commit 47f29219dd

View File

@ -182,6 +182,7 @@ def main():
banews.append(bytearray([ba[0]-1]))
for banew in banews:
newTest = part1 + banew + part2 + banew + part3
print(len(newTest),len(currentTest))
r = writeAndRunCandidate(newTest)
if checks(r):
print("BYTE PATTERN", ba, "AT", b1, "AND", b2, "CHANGED TO", banew)