event_tracing_windows 0.0.1 copy "event_tracing_windows: ^0.0.1" to clipboard
event_tracing_windows: ^0.0.1 copied to clipboard

PlatformWindows

A Flutter plugin for Windows that uses ETW (Event Tracing for Windows) to monitor process and file system activities in real-time.

0.0.1 #

  • 初始版本发布
  • 实现基于 Windows ETW 的进程监控功能
    • 监听进程启动和终止事件
    • 获取进程 ID、名称、路径、命令行等详细信息
  • 实现基于 Windows ETW 的文件系统监控功能
    • 监听文件创建、删除、修改和重命名事件
    • 获取文件路径和触发进程信息
  • 提供实时事件流 (Stream) 接口
  • 包含完整的示例应用
  • 支持 Windows 7 及更高版本
  • 需要管理员权限运行
1
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Windows that uses ETW (Event Tracing for Windows) to monitor process and file system activities in real-time.

Repository (GitHub)
View/report issues

Topics

#windows #etw #monitoring #process #filesystem

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on event_tracing_windows

Packages that implement event_tracing_windows