You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to NoDrop! Nodrop is a provenance collector which addresses the “data integrity vs. efficiency dilemma” without introducing significant extra overhead.If this is your first time trying to use NoDrop, then you've come to the right place.
Install
First, if you haven't already, you'll need to install NoDrop.
Running NoDrop
After installing NoDrop, you can start monitoring processes using the nodrop command-line interface.
NoDrop runs a kernel module and a user-space monitor that captures system events and optionally processes them with Lua scripts (Chisels).
Start NoDrop
To start NoDrop monitoring:
nodrop start
By default, NoDrop runs without any analysis script and simply prepares the monitoring environment.
You can also start NoDrop with a Lua script (Chisel):
nodrop start /path/to/script.lua
In this mode, captured events will be processed by the provided Lua script.