Skip to content

Commit dfa7bfe

Browse files
committed
Update lab8.js with new changes
1 parent 201c16c commit dfa7bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab8/solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main():
1717
stdin = angr.SimFileStream(name='stdin', content=sym_input, has_end=True)
1818
)
1919

20-
#建立模擬器開始搜尋個別狀態
20+
#建立模擬器並開始搜尋個別狀態
2121
simgr = proj.factory.simgr(state)
2222
simgr.explore(
2323
find = lambda s:b"Correct!" in s.posix.dumps(1)

0 commit comments

Comments
 (0)