-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added low memory mode option and organize menu #1302
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1302 +/- ##
==========================================
+ Coverage 81.06% 81.09% +0.03%
==========================================
Files 27 27
Lines 24626 24676 +50
==========================================
+ Hits 19963 20012 +49
- Misses 4663 4664 +1 ☔ View full report in Codecov by Sentry. |
@hitenkoku Thanks so much! The low memory option looks good. Could you move the two options from
|
@YamatoSecurity I apologize for the omission in response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hitenkoku LGTM! Thanks so much!
@hitenkoku
|
@fukusuket Sorry for my late reply. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@fukusuket Sorry for my late reply.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hitenkoku
Thank you so much for quick fix :) I also confirmed json-timeline works! LGTM!!🚀
% ./hayabusa json-timeline -d ../all-evtx -o out.csv --debug -C -w -s
...
Saved file: out.csv (3.1 GB)
Elapsed time: 00:10:24.919
Please report any issues with Hayabusa rules to: https://github.com/Yamato-Security/hayabusa-rules/issues
Please report any false positives with Sigma rules to: https://github.com/SigmaHQ/sigma/issues
Please submit new Sigma rules with pull requests to: https://github.com/SigmaHQ/sigma/pulls
Errors were generated. Please check ./logs/errorlog-20240309_022245.log for details.
Rule Parse Processing Time: 00:00:01.787
Analysis Processing Time: 00:10:23.044
Output Processing Time: 00:00:00.067
Memory usage stats:
heap stats: peak total freed current unit count
reserved: 2.0 GiB 2.0 GiB 0 2.0 GiB
committed: 1.0 GiB 2.0 GiB 609.4 GiB -607.4 GiB ok
What Changed