https://github.com/jasonyangshadow/lpm_lib
A system calls record tool
https://github.com/jasonyangshadow/lpm_lib
Last synced: 8 months ago
JSON representation
A system calls record tool
- Host: GitHub
- URL: https://github.com/jasonyangshadow/lpm_lib
- Owner: JasonYangShadow
- License: mit
- Created: 2017-11-06T13:58:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T14:33:19.000Z (over 8 years ago)
- Last Synced: 2025-02-01T12:28:29.325Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A System Calls Record Tool

This is a library written in pure C.
Use it to monitor system calls on Linux system and log the info to disk file. It is similar to strace except it can be compiled to library and use LD_PRELOAD trick to inject into binary program running stage.
This tool belongs to the project [LPM](https://lpm.bio), which is a package management tools and allows you to install packages without root access.
Please enjoy!
