Tags: reverse 

Rating:

# faker // Writeup

## Problem

*One of these things is not like the other. Can you uncover the flag ?*

## Solution

Use gdb on faker, `info functions` and you will see `thisone`. Go to that function and get the flag.

![gdb](./images/gdb.png)

**FLAG**: `TUCTF{7h3r35_4lw4y5_m0r3_70_4_b1n4ry_7h4n_m3375_7h3_d3bu663r}`

Original writeup (https://github.com/b0th/CTF/tree/master/TUCTF2019/faker).