forked from 0xrawsec/golang-evtx
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove panics bubble up errors + update (#1)
* fixes 0xrawsec#12 - only unmarshal UTF16String when the size is greater than zero * Update evtx.File to support generic interfaces * Docs * Fix issue 0xrawsec#12 * Changed version in makefile * Fixed issue 0xrawsec#16 * Corrected wrong fix of issue 0xrawsec#16, then also fix issue 0xrawsec#17 * Fixed issues: 0xrawsec#15 and 0xrawsec#21 * Version upgrade * Version bump for evtxdump and evtxmon * Fixed issue 0xrawsec#23 * Addressed issue 0xrawsec#25 * Fixed issue 0xrawsec#25 * Fixed issue 0xrawsec#27 * Standardized GoEvtxMap.Del API * Fixed bug in GoEvtxMap.Del * Return error from TemplateInstance.ElementToGoEvtx * Bubble up error from NodeToGoEvtx * Bubble up error from ElementToGoEvtx * Bubble up errors from GoEvtxMap * Update tests * Panic on error in tests Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Quentin JEROME <[email protected]>
- Loading branch information
1 parent
69fdb30
commit 5b1b873
Showing
17 changed files
with
375 additions
and
150 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.