research-camp / hacking-computer-memory

Research about Buffer Overflow Attack vulnerability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacking computer memory with C, But how? (Buffer Overflow Attack)

Access to other parts of memory with C programming language. How does C programming language allows us to access every part of memory? How we can secure our system againts this problem?

In this research we are going to talk about Buffer Overflow and it is a common cause of security vulnerabilities, as not checking the bounds of an array before indexing it can result in malicious modifications to your program at runtime.

Publishers

This research is done by Mr.Amirhossein Najafizadeh and Mrs.Asal Delkhosh at January 2023.

Publication

Check the research publication at ResearchGate.

About

Research about Buffer Overflow Attack vulnerability.

License:GNU General Public License v3.0


Languages

Language:C 92.8%Language:Makefile 7.2%