Explore >> Select a destination


You are here

tek256.com
| | btorpey.github.io
2.6 parsecs away

Travel
| | How to use clang's address sanitizer with gcc to find memory errors
| | liveoverflow.com
4.5 parsecs away

Travel
| | In our attempt to "re-discover" the sudoedit vulnerability (CVE-2021-3156), we use the address sanitation tool to investigate a heap overflow. After fixing it, we investigate several other unique crashes registered by the AFL fuzzer.
| | sergioprado.blog
1.3 parsecs away

Travel
| | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
| | michaelneuper.com
27.5 parsecs away

Travel
| A buffer overflow attack is a type of cyber attack in which an attacker attempts to write more data to a buffer (a temporary data storage area) in a computer's memory than the buffer is designed to hold. This can cause the buffer to overflow, or exceed its maximum capacity, which can corrupt other parts of the computer's memory and allow the attacker to gain unauthorized access to the system.