Tags: misc rev 

Rating: 5.0

# Description

Inside the tar file is a gameboy emulator for tas and a gamboy rom Find the chicken

![](https://github.com/Pynard/writeups/blob/main/2020/HXP/attachements/find_the_chicken/start_screen.png?raw=true)

The goal is to record input of a winning game with tas-emulator and to send it via netcat to get the flag

We can see that we have 3 lives end we need to get 4 flags to finish the game

Obviously we need to "hack" the game in order to finish it !

Original writeup (https://github.com/Pynard/writeups/blob/main/2020/HXP/challenges/find_the_chicken.md).