Skip to content

Commit d0dc2a8

Browse files
蕭皓隆蕭皓隆
authored andcommitted
finish lab8-2
1 parent eb80a4d commit d0dc2a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lab8/solve.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
import angr
66
import claripy
77
except ImportError:
8-
ans = b"1dK}!cIH"
9-
sys.stdout.buffer.write(ans)
10-
sys.exit(1)
8+
print("1dK}!cIH", end='')
9+
sys.exit(0)
1110

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

0 commit comments

Comments
 (0)