We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a2053 commit 5ba311dCopy full SHA for 5ba311d
1 file changed
lab8/solve.py
@@ -3,7 +3,7 @@
3
import angr,sys
4
5
def main():
6
- secret_key = b""
+ secret_key = b"no answer here"
7
sys.stdout.buffer.write(secret_key)
8
9
0 commit comments