Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladistan/provtrace
Shared library for tracing Open/DLOpen library calls
https://github.com/vladistan/provtrace
Last synced: 26 days ago
JSON representation
Shared library for tracing Open/DLOpen library calls
- Host: GitHub
- URL: https://github.com/vladistan/provtrace
- Owner: vladistan
- License: mit
- Created: 2014-08-14T15:21:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T15:51:06.000Z (about 10 years ago)
- Last Synced: 2023-03-11T07:12:28.556Z (over 1 year ago)
- Language: C
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ProvTrace
------------Call watcher is an injectable libraray that lets you monitor certain
activity performed by a running process. It is useful when you do
not have the ability to modify the program you wish to monitor.This project is a compilation of my Linux and Solaris project from
late 1990s early 2000s. Quite a lot have changed since then, so
here is a modern version of the library.There are two parts in this project. First is the version of the
library for Linux, second is the version for MacOS. Each part has
its own Makefile and test.sh script that contains example how to
use this library.The following sources were used during modernization:
* https://github.com/themattrix/musings
* https://sourceware.org/ml/libc-alpha/2001-05/msg00321.html
* http://blog.timac.org/?p=761