Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 270 Bytes

solution.md

File metadata and controls

3 lines (3 loc) · 270 Bytes

Firstly, strings -n 8 flag gives a result with 'UPX service'. Secondly, upx -d flag and we now got the normal executable file. 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.