-
Notifications
You must be signed in to change notification settings - Fork 203
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
Add-x, --recover-records
option
#952
Comments
This issue must be updated in hayabusa-evtx. I have created a similar issue in hayabusa-evtx |
@YamatoSecurity I checked in https://github.com/Yamato-Security/hayabusa/tree/952-test-on-whether-to-add-recover-records-option I tested file in evtx repository ( https://github.com/forensicmatt/evtx/blob/feature/parse-empty-pages/samples/Microsoft-Windows-WorkFolders%254WHC.evtx ) In the main branch, 0 cases were detected due to broken records, but we confirmed that 2 cases can be detected with this modification.
|
@hitenkoku Oh great! Thanks so much. I will do some testing with this. |
@hitenkoku Is it possible to tell if a record was recovered from the empty pages or not? That is, I would like to count the number of recovered records. Also, is there a way to turn it on and off. For example, we can enable or disable it by default and have an option to turn on or off if it is causing problems. |
@YamatoSecurity The fix has been completed and can be implemented only when the The hayabusa-evtx repository needed to be modified, please check Yamato-Security/hayabusa-evtx#34 to see if this has been done. I will update hayabusa submodule when hayabusa-evtx pull request is complete. |
…add-recover-records-option enabled recover record option in hayabusa-evtx crate #952
--recover-records
option-x, --recover-records
option
There is a PR that tries to recover more event records here: https://github.com/forensicmatt/evtx/tree/feature/parse-empty-pages
I would like to create a branch in the hayabusa-evtx repository and create an option
--recover-records
in Hayabusa that will try to recover records. I am not sure if data will be corrupted, etc.. so this needs testing.The text was updated successfully, but these errors were encountered: