Download List

Project Description

The Guarded Memory Move tool is useful for studying
buffer overflows and catching them together with a
"good" stack image. It uses dynamic function call
interception to catch the most common functions that are
used by attackers to exploit stack buffers. It uses the
LD_PRELOAD capability, and, on discovering an exploit,
will produce a core dump with the necessary information
to debug the exploit and fix the software.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-04-17 11:24
0.6

GCC's __builtin_return_address and __builtin_frame_address seems to return garbage instead of NULL at the last frame. This release fixes the problem.
Tags: Major bugfixes

2004-02-11 17:36
0.5

A few more potentially dangerous functions have
been wrapped.
Tags: Minor feature enhancements

2004-01-27 19:31
0.4

Wrapper macros for user defined functions have been added, along with a larger glibc function interception. Documentation/White Paper is included in this release.
Tags: Minor feature enhancements

2004-01-26 07:17
0.3

More functions have been added to the interception list. The ability to call an external program upon exploit detection has been added. Some necessary code cleanup has been done.
Tags: Minor feature enhancements

2004-01-25 06:01
0.1

Tags: Initial freshmeat announcement

Project Resources