Download List

Descripción del Proyecto

xlibtrace displays the interaction between X11
client programs and the X11 client shared library
(libX11.so) by showing the Xlib calls that are
made. Output is shown in a style similar to
strace(1). It works by using the $LD_PRELOAD
dynamic linker option to insert itself between the
target X11 client program and libX11.so. This
allows it to "intercept" all calls to X functions,
whereupon it has the opportunity to print the name
of the function being called, along with any
arguments and return value. This can be
particularly useful when analyzing the behavior of
closed-source X11 programs.

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.

2009-01-20 20:30
0.1

Tags: Initial freshmeat announcement

Project Resources