Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caquino/ldsniff
dlopen based sniffer, old unfinished code
https://github.com/caquino/ldsniff
Last synced: 23 days ago
JSON representation
dlopen based sniffer, old unfinished code
- Host: GitHub
- URL: https://github.com/caquino/ldsniff
- Owner: caquino
- Created: 2010-01-14T20:38:27.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-20T16:43:46.000Z (about 13 years ago)
- Last Synced: 2024-10-31T16:59:04.394Z (2 months ago)
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
ll that u have to know
this will not work with static binaries...
so... netcat and other things are safe (safe?)any file descriptor above 2 will be logged. pay attention with your disk space.
why above 2 ?
0 = stdin
1 = stdout
2 = stderrif u want to log all these 3 fd , change the code.
BSD Flavored?
make USE_BSD=1optlib.c:
#define LOG "/tmp/optlib.log" -> snif logu can use ld.so.preload too... but.. it's your own risk.