Download List

Descripción del Proyecto

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 __builtin_return_address y __builtin_frame_address parece volver la basura en lugar de NULL en el último fotograma. Esta versión corrige el problema.
Tags: Major bugfixes
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.

2004-02-11 17:36
0.5

Unas pocas funciones potencialmente más peligrosas se han ajustado.
Tags: Minor feature enhancements
A few more potentially dangerous functions have
been wrapped.

2004-01-27 19:31
0.4

Macros Wrapper funciones definidas por el usuario se han añadido, junto con una mayor interceptación de la función de glibc. Documentación / Libro Blanco se incluye en esta versión.
Tags: Minor feature enhancements
Wrapper macros for user defined functions have been added, along with a larger glibc function interception. Documentation/White Paper is included in this release.

2004-01-26 07:17
0.3

Más funciones se han añadido a la lista de interceptación. La capacidad de llamar a un programa externo sobre detección de vulnerabilidades se ha añadido. Algunos de limpieza código necesario se ha hecho.
Tags: Minor feature enhancements
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.

2004-01-25 06:01
0.1

Tags: Initial freshmeat announcement

Project Resources