Solve LACTF Tic-Tac-No Challenge: OOB Write Exploit Guide
Feb 8 · 3 min read · 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...
Join discussion