Bbbbloat
Challenge
Can you get the flag? Reverse engineer this binary.
Solution
Reverse the program using Ghidra. We see FUN_00101307
contains most of the code:
Our input local_48
is compared against 0x86187
, which is 549255
in decimal. Running the program and entering 549255
prints the flag:
Flag
picoCTF{cu7_7h3_bl047_36dd316a}
Last updated
Was this helpful?