This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Releases: n132/Libc-GOT-Hijacking
Releases · n132/Libc-GOT-Hijacking
V1.1.0
V1.0.0
Designed a new method to bypass the mitigation on glibcs after 2.35:
Compared to glibc<=2.35 there is mitigation implemented, which forbids the methods for the old library. However, we designed a method to bypass it and execute arbitrary code by once arbitrary write on Glibc's GOT table. This method performs Return Oriented Programming (ROP) attack on Global Offset Table (GOT).