ebpf-file-monitor

This utility allows users to track changes in a specified file and prints a timestamp when modifications occur.

MIT License

Stars
3
Committers
1
ebpf-file-monitor - File Openner Latest Release

Published by mranv 9 months ago

Checks whether the file is opened by any other or not using syscalls.

ebpf-file-monitor - FileMonitor

Published by mranv 10 months ago

Full Changelog: https://github.com/mranv/ebpf-file-monitor/commits/v1.0.0

ebpf-file-monitor Release v1.0.0

Overview

ebpf-file-monitor is a Rust program that monitors file modifications using the inotify API. This release introduces the initial version with basic functionality.

Release Notes

  • Initial release of ebpf-file-monitor.
  • Monitors changes in the specified file using inotify.
  • Prints a timestamp when the file is modified.

Changes

  • Added file monitoring functionality.
  • Implemented timestamp printing on file modification.