PicoCTF - Bbbbloat
28 Sep 2022picoCTF
Challenge
Tags
PicoCTF 2022 / Reverse Engineering / binary /obfuscation
Writeup
- Download the file.
- We can use
file
command to check its type.file bbbbloat #bbbbloat: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=99c5c1ce06be240322c15bcabc3cd90318eb2003, for GNU/Linux 3.2.0, stripped
- Use IDA analysis its pseudocode. (View > Open subviews > Generate pseudocode)
- Execute file and answer 549255.