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

Added support for classes and windows #113

Merged
merged 1 commit into from
Jul 24, 2020
Merged

Conversation

stepanek-m
Copy link
Contributor

Added parsing of functions cuckoo.process.class_created(), cuckoo.process.class_searched(), cuckoo.process.window_created() and cuckoo.process.window_searched().

Copy link
Contributor

@TadeasKucera TadeasKucera left a comment

Choose a reason for hiding this comment

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

LGTM


EXPECT_EQ(input_text, driver.getParsedFile().getTextFormatted());
}

Copy link
Contributor

Choose a reason for hiding this comment

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

In all these tests, we use the driver instance of ParserDriver that has been constructed with default parameter ImportFeatures::AllCurrent.
Maybe we would also like to test, that the behavior would be the same if we used an instance of ParserDriver class constructed with ImportFeatures::Avast, and, that when we would use ImportFeatures::VirusTotal, the parsing would fail.

@TadeasKucera TadeasKucera merged commit 6e01107 into master Jul 24, 2020
@TadeasKucera TadeasKucera deleted the classes_windows branch July 24, 2020 07:41
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.

None yet

3 participants