Skip to content

Commit e32e98f

Browse files
蕭皓隆蕭皓隆
authored andcommitted
complete lab8
1 parent d0dc2a8 commit e32e98f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

lab8/solve.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
#!/usr/bin/env python3
22
import sys
3-
4-
try:
5-
import angr
6-
import claripy
7-
except ImportError:
8-
print("1dK}!cIH", end='')
9-
sys.exit(0)
3+
import angr
4+
import claripy
105

116
def main():
127
proj = angr.Project('./chal', auto_load_libs=False)

0 commit comments

Comments
 (0)