Tags: rev reversing 

Rating:

- Given plain_jane.s file, compile with:
```shell
gcc plain_jane.s
```

- Debug with gdb, stepping through the main. Check RAX (return value) after func_3
```gdb
RAX 0x6fcf
```

# FLAG
`28623`

Original writeup (https://github.com/Internaut401/CTF_Writeup/blob/master/2020/AUCTF/Plain%20Jane.md).