https://github.com/research-camp/hacking-computer-memory
Research about Buffer Overflow Attack vulnerability.
https://github.com/research-camp/hacking-computer-memory
buffer-overflow buffer-overflow-attack buffer-overflow-vulnerability c-programming-language cpp memory-allocation memory-management
Last synced: 2 months ago
JSON representation
Research about Buffer Overflow Attack vulnerability.
- Host: GitHub
- URL: https://github.com/research-camp/hacking-computer-memory
- Owner: research-camp
- License: gpl-3.0
- Created: 2022-10-01T07:36:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T07:12:59.000Z (over 2 years ago)
- Last Synced: 2025-03-14T00:24:24.403Z (9 months ago)
- Topics: buffer-overflow, buffer-overflow-attack, buffer-overflow-vulnerability, c-programming-language, cpp, memory-allocation, memory-management
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.researchgate.net/publication/366878233_Hacking_computer_memory_with_C_Buffer_Overflow_Attack).