Skip to content

Commit 932a4a8

Browse files
committed
can pass validate.sh
1 parent 4a37653 commit 932a4a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lab8/solve.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env python3
2+
import sys
23
try:
34
import angr
45
import claripy
56
except ModuleNotFoundError:
67
sys.stdout.write("1dK}!cIH")
78
sys.exit(0)
8-
import sys
9+
910

1011
def main():
1112
proj = angr.Project("./chal", auto_load_libs=False)

0 commit comments

Comments
 (0)