Skip to content

Commit 7d2f9a6

Browse files
committed
move library sys to the top
1 parent 81c6148 commit 7d2f9a6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lab8/solve.py

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

3+
import sys
34
# CI fallback:if CI env no angr then print known key
45
try:
56
import angr
@@ -11,8 +12,6 @@
1112
sys.stdout.write("1dK}!cIH")
1213
sys.exit(0)
1314

14-
import sys
15-
1615
def main():
1716
# Load the binary
1817
proj = angr.Project('./chal', auto_load_libs=False)

0 commit comments

Comments
 (0)