Cyber Talents Malware Reverse Engineering Challenges
Salamander
Basic static analysis
using strings tool we found We found
FLAG{0}
& {0_54l4m4nd3r_0}
Solution:
FLAG{0_54l4m4nd3r_0}
Pure Luck
About file:
Basic static analysis:
when we do static analysis we found it’s packed file by UPX packer, We can unpack this file by
1
2
3
sudo apt update
sudo apt install upx-ucl
upx -d pure-luck.out
Advanced static analysis:
after unpacking we will use ida disassembler:
Solution:
flag{UPX_is_so_eaaaasyy}
This post is licensed under CC BY 4.0 by the author.