We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201c16c commit dfa7bfeCopy full SHA for dfa7bfe
1 file changed
lab8/solve.py
@@ -17,7 +17,7 @@ def main():
17
stdin = angr.SimFileStream(name='stdin', content=sym_input, has_end=True)
18
)
19
20
- #建立模擬器開始搜尋個別狀態
+ #建立模擬器並開始搜尋個別狀態
21
simgr = proj.factory.simgr(state)
22
simgr.explore(
23
find = lambda s:b"Correct!" in s.posix.dumps(1)
0 commit comments