return-to-libc
There are 10 repositories under return-to-libc topic.
rosehgal/BinExp
Linux Binary Exploitation
ropfuscator/ropfuscator
ROPfuscator is a fine-grained code obfuscation framework for C/C++ programs using ROP (return-oriented programming).
Escapist-007/Computer_Security_Projects
........... The projects and homeworks are part of the course CSE-565 : Computer Security [Fall 2018 @ UB_SUNY]................ Course Instructor : Marina Blanton (http://www.acsu.buffalo.edu/~mblanton/)
Vilquid/Return-into-libc
Attaque informatique par un dépassement de tampon dans lequel l'adresse de retour dans la pile est remplacée par l'adresse d'une autre fonction et une seconde partie de la pile est modifiée pour fournir les paramètres à cette fonction.
sp3arm4n/OS-Security
단국대학교 운영체제보안 과제
d-Raco/UC3M_Software-Systems-Exploitation
Scripts used for the Software systems exploitation course
kbmclaren/lab1-CMSC426-CmpSec
This lab required the execution of a buffer-overflow attack variant, known as return-to-libc, bypassing existing protection schemes implemented in Linux OS.
socket-var/return-to-libc
Return-to-libc buffer overflow attack.
suryamp97/Return-to-libc-buffer-overflow-attack-Computer-Security
A short C program that illustrates a return-to-lib buffer overflow attack