Публикации по теме 'exploitation'


xPloit Education — ph0enix — решение stack_four
Используемые инструменты - Linux (подойдет любой дистрибутив) - gdb с gef - исходный код для этой задачи Цель вызова /* * phoenix/stack-four, by https://exploit.education * * The aim is to execute the function complete_level by modifying the * saved return address, and pointing it to the complete_level() function. * * Why were the apple and orange all alone? Because the bananna split. */ Компиляция Мы будем использовать gcc для его компиляции, отключив только ASLR, NX..