Categories
GMM
The Guarded Memory Move tool is useful for studying buffer overflows and catching them together with a "good" stack image. Once a stack overflow has been exploited, the back trace is already gone, as is information about parameters and local variables that are very important in understanding how the attacker is working out the exploit.
The GMM library uses dynamic function call interception to catch the most common functions that attackers use to exploit stack buffers. It uses the LD_PRELOAD capability and offers two services: first, it avoids buffer overflow to allow the attacker to execute shell-code on your machine. Second, where an exploit is detected, it saves the stack content and triggers a segmentation fault. The resulting core dump has the necessary information to debug the exploit and fix the software.
Last updated 2 Feb, 2004
About
Leadership
- Davide Libenzi - Maintainer
Requirements
- glibc (Use Requirement)
- gcc (Build Prerequisite)
Related Projects
Versions
0.4
0.4 beta released 2004-01-27
- Released: 27 Jan, 2004
- Code Maturity: Beta
- Source Archive: http://www.xmailserver.org/gmm-0.4.tar.gz
- Licenses: GPLv2orlater
- Interfaces: Library
User Community and Support
User reference in PDF from http://www.xmailserver.org/gmm.pdf




