Skip to content

Commit 33cd2fa

Browse files
committed
tried solving it, still failed using validate script
1 parent 2318013 commit 33cd2fa

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

lab8/solve.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#!/usr/bin/env python3
22

33
import sys
4+
import angr
5+
import claripy
46

5-
try:
6-
import angr
7-
import claripy
8-
except ImportError:
9-
print("1dK}!cIH", end='')
10-
sys.exit(0)
117

128
def main():
139
project = angr.Project('./chal', auto_load_libs=False)

0 commit comments

Comments
 (0)