So guys basically i will be making a specific kind of project that i had in my mind i had the blueprint but never the time i will set KASCVE aside for a moment cuz i can't do it with this limitation. So this project is called
It's a a very small, low level security framework designed to protect compiled linux applications from memory corruption exploits specifically Return-Oriented Programming (ROP) and classic stack smashing buffer overflows. It does act like a standard anti-virus but it looks for known file signatures and act as a micro-supervisor that monitors a program's execution directly at the CPU register and memory allocation layers
ZeroShadow
It's a a very small, low level security framework designed to protect compiled linux applications from memory corruption exploits specifically Return-Oriented Programming (ROP) and classic stack smashing buffer overflows. It does act like a standard anti-virus but it looks for known file signatures and act as a micro-supervisor that monitors a program's execution directly at the CPU register and memory allocation layers
so okay, according to the following, from the stack buffer overflow mechanics and memory corruption, to finding the precise Offset to EIP and Bypassing defenses (W^X / NX Bit) cia ROP Gadgets, i tried to create a simple blueprint of what the ZeroShadow concept is