Skip to content

Commit

Permalink
avoid change file check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDoggyLin committed May 9, 2024
1 parent 0aa84d3 commit b273c92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lab7/sol.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def success_condition(state):
def fail_condition(state):
return b"Login failed" in state.posix.dumps(sys.stdout.fileno())


proj = angr.Project('./login')
init_state = proj.factory.entry_state()
simulation = proj.factory.simgr(init_state)
Expand Down

0 comments on commit b273c92

Please sign in to comment.