-
Notifications
You must be signed in to change notification settings - Fork 484
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
Do not yield DRIVER_OBJECT instances found in scanning that are not a… #1488
base: develop
Are you sure you want to change the base?
Conversation
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.
Never seen a variable just accessed without an assignment or anything, but if it works? Just want to check that getting back a structure with only one of those is still worthwhile...
# of interest to plugins, so if it is not accessible then this instance | ||
# is not useful or usable during analysis | ||
try: | ||
mem_object.DriverStart |
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.
Is just listing a variable enough to trip the output? I'd think that could get optimized out? Also, don't we care if the whole structure is valid, or would having just DriverStart
be enough?
49dbb01
to
8df8f77
Compare
@ikelos this is ready but not sure if a version bump is needed due to the error paths in |
Looks like some tests need updating here? I dunno whether we lost legit values or something else went wrong, but it needs someone to look into it. Technically it should get a bump given the return type is changed. If it's not too hard to put it, it would probably be worthwhile, just in case it does affect someone... |
…ctual instances #1481