Skip to content

lionaneesh/darkCON-ret2csu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

darkCON ret2csu talk

  1. slides
  2. talk video

Sample problem

abc.c in the repo.

Exploit 1: ret2libc without ASLR

  • compiled using gcc -no-pie -fno-stack-protector abc.c -o abc
  • ASLR disabled echo 0 | sudo tee proc/sys/kernel/randomize_va_space

Exploit 2: ret2plt

compiled using gcc -no-pie -fno-stack-protector abc.c -o abc

Exploit 3: ret2csu

compiled using gcc -no-pie -fno-stack-protector abc.c -o abc

About

My ret2csu talk material for darkCON 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published