bquistorff / gendep

A generic dependency tracker system for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GenDep

This is a fork of http://www.hep.phy.cam.ac.uk/~lester/gendep/index.html. This LD_PRELOAD method was improved but ultimately found lacking. It won't work for straight system calls (that bypass libc) nor for executables that have a statically linked libc. Therefore a second strace method is also developed and likely superior.

Usage

For usage see the tests/ folder

About

A generic dependency tracker system for Linux.

License:GNU General Public License v2.0


Languages

Language:C 61.2%Language:Python 21.9%Language:Makefile 10.3%Language:Stata 5.0%Language:Shell 1.6%