Skip to content

Commit 8590024

Browse files
authored
Update solution.md
1 parent 9c506d6 commit 8590024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnable.kr/flag/solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Firstly, `strings -n 8 flag` gives a result with 'UPX service'.
2-
Secondly, `upx -d flag' and we now got the normal executable file.
2+
Secondly, `upx -d flag` and we now got the normal executable file.
33
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

Comments
 (0)