The Wayback Machine - https://web.archive.org/web/20221221225537/https://github.com/ZeroMemoryEx/BufferOverFlow
Skip to content

ZeroMemoryEx/BufferOverFlow

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

About BufferOverFlow

Buffers are memory storage regions that temporarily hold data while it is being transferred 
from one location to another.
A buffer overflow (or buffer overrun) 
occurs when the volume of data exceeds the storage capacity of the memory buffer. 
As a result, the program attempting
to write the data to the buffer overwrites adjacent memory locations.



With the buffer overflow vulnerability, we can easily inject πŸ’‰ malicious code into the memory of the running program.

To jump to the malicious code that we have injected into the target stack, we need to know
the absolute address of
πŸ‘‰ EIP πŸ‘ˆ. If we know the address,
we can use it to overwrite the memory that holds the return address and when the function returns, it will return to our malicious code.
and boom we will gain root access .

About

Exploit Windows-Based BufferOverflow (vulnserver)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published