We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c506d6 commit 8590024Copy full SHA for 8590024
pwnable.kr/flag/solution.md
@@ -1,3 +1,3 @@
1
Firstly, `strings -n 8 flag` gives a result with 'UPX service'.
2
-Secondly, `upx -d flag' and we now got the normal executable file.
+Secondly, `upx -d flag` and we now got the normal executable file.
3
Thirdly, some sort of debugging: set a breakpoint in the end of the main function, then try to read the address of flag and you'll get it.
0 commit comments