Skip to content

Commit 2a7f461

Browse files
authored
Update sol.py
1 parent 6ae4b02 commit 2a7f461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lab7/sol.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import angr
22
proj = angr.Project('./login', auto_load_libs=False)
3+
34
start_state = proj.factory.entry_state()
45
simgr = proj.factory.simgr(start_state)
56

0 commit comments

Comments
 (0)