Skip to content

retsnoop v0.8.3

Compare
Choose a tag to compare
@anakryiko anakryiko released this 10 Jul 23:43
· 216 commits to master since this release

Add ability to filter functions by kernel modules.

General glob format is now <name-glob> [<module-glob>], where module glob is optional. This allows to, e.g., attach to all kprobes within some module: '* [fuse]' will attach to all the functions within fuse module. Note that module glob is also a glob, so one can capture multiple modules within one glob, e.g. -a '* [kvm*]' will capture functions defined in kvm and kvm_intel modules.