EFForg/rayhunter
[Feature Request]: Allow users to re-run analysis on old recordings
開放
#300 建立於 2025年4月29日
enhancementhelp wantedui
倉庫指標
- 星標
- (5,601 顆星)
- PR 合併指標
- (平均合併 5天 12小時) (30 天內合併 6 個 PR)
描述
What problem does this feature solve or what does it enhance?
Rayhunter analyzes QMDL files as they're recorded, and saves any produced warnings in .ndjson files. However as rayhunter's heuristics improve (or are disabled) over time, these analysis files become out of date.
Proposed Solution
The web UI should show if an analysis file was produced by an older version of rayhunter than what's currently running, and if so, allow the user to reanalyze that file. Because rayhunter runs on memory-constrained hardware, it should probably only analyze one file at a time, but users should be able to queue up more files as they see fit.
Alternatives Considered
No response