Solve LACTF Tic-Tac-No Challenge: OOB Write Exploit Guide
Challenge Walkthrough
1. Introduction
In this challenge, we are presented with a Tic-Tac-Toe game written in C. The game uses a "Minimax" algorithm, which is a mathematical way for a computer to play perfectly. Under normal circumstances, you can onl...
ctfs.hashnode.dev3 min read