Tags: warmup rev 

Rating:

# baby-re - Beginner (50 pts)

## Description
> Just a wee little baby re challenge.

### Provided files
baby-re - 64-bit ELF executable \[[download](https://ctfnote.shinmai.wtf:31337/files/downloadFile?id=n8ID6h9GpUgq3k6)\]

## Ideas and observations
1. `strings` shows a couple of fake flags and some prompt strings
2. only one flag in the strings output is not referenced in any code
3. that's the correct flag

`wctf{Oh10_Stat3_1s_Smelly!}`

Original writeup (https://gist.github.com/shinmai/5720d1f0a214d0878cfb530eb975c469#baby-re---beginner-50-pts).