| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
8年前发布

fsmon - iOS/OS X/Android/FirefoxOS/Linux系统中的文件监控器

fsmon

fsmon -  iOS/OS X/Android/FirefoxOS/Linux系统中的文件监控器。
FileSystem Monitor utility that runs on Linux, Android, iOS and OSX.

Brought to you by Sergi Àlvarez at Nowsecure and distributed under the MIT license.

Contact: pancake@nowsecure.com

Usage

The tool retrieves file system events from a specific directory and shows them in colorful format or in JSON.

It is possible to filter the events happening from a specific program name or process id (PID).

$ ./fsmon -h  Usage: ./fsmon [-jc] [-a sec] [-b dir] [-p pid] [-P proc] [path]   -a [sec]  stop monitoring after N seconds (alarm)   -b [dir]  backup files to DIR folder (EXPERIMENTAL)   -c        follow children of -p PID   -h        show this help   -j        output in JSON format   -f        show only filename (no path)   -p [pid]  only show events from this pid   -P [proc] events only from process name   -v        show version   [path]    only get events from this path

Compilation

fsmon is a portable tool. It works on iOS, OSX, Linux and Android (x86, arm, arm64, mips)

  • Linux

    linux$ make

  • OSX + iOS fatbin

    osx$ make

  • Android

    $ make android NDK_ARCH=arm

in order to get fsmon installed system wide just use:

$ make install


项目地址: https://github.com/nowsecure/fsmon

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1456041844276.html
fsmon: monitor filesystem on iOS