Skip to content
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

query: Implement to traverse feature for stored evtx files #45

Merged
merged 2 commits into from
May 13, 2024

Conversation

cosmo0920
Copy link
Member

@cosmo0920 cosmo0920 commented May 10, 2024

This patch is debugging purpose. I had supposed that this feature was already implemented but it is actually absent.

The fourth parameter is going to handle a flag for query instances which are based on EvtQuery API:

@query = Winevt::EventLog::Query.new("/path/to/channel_stored.evtx", "*", @session,
                                     Winevt::EventLog::Query::Flag::FilePath | Winevt::EventLog::Query::Flag::TolerateQueryErrors)

@cosmo0920 cosmo0920 requested review from ashie and daipom May 10, 2024 08:21
@cosmo0920 cosmo0920 force-pushed the traverse-file-stored-evtx branch from 0969560 to c1f85b7 Compare May 10, 2024 09:05
ext/winevt/winevt_query.c Outdated Show resolved Hide resolved
Copy link
Member

@ashie ashie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ashie ashie merged commit 9dd9c81 into master May 13, 2024
6 of 8 checks passed
@ashie ashie deleted the traverse-file-stored-evtx branch May 13, 2024 05:25
@cosmo0920
Copy link
Member Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants