-
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
Crashes across plugins due to _CELL_DATA vs _CM_KEY_NODE #1472
Comments
Searching the code base, I see ikelos referenced the type here in a similar. We at least need to leave this with a definitive answer to document it, but I assume our code is just broken/out dated due to how many samples had this issue in testing. |
So, if we've got known samples where we know which registry key it fails on, then we can break on the node creation bit and see which type of node it was expecting. It's possible we just don't implement a newer type that got added at some point? If we can add that, we may be able to solve a whole bunch of failures. It might be easier if we have a snapshot from a runnable system that we can trip this on, so we can interrogate the running registry to see which type of node the key actually points at... |
It looks like at full verbosity we already emit the faulty signature (if there is one) so we should see if it's always the same signature that turns up (and then research/implement that one) or if it's random/smeared and then figure out how best to deal with it...
|
Yes, we have quite a few samples where it happens. Dave is looking into it this coming week to run down the problem. |
closing this as the errors will be handled with #1473 |
It's probably better to leave issues open and add the PR that fixes them to the development list over to the right instead. That shows the link between them and will mean this automatically get closed once the PR gets merged... |
Many registry related plugins crash to due an error like this:
@superponible @dgmcdona - Are either of you familiar with _CELL_DATA? Is this a different data structure in certain versions of Windows? It crashes out any plugin that calls
get_key
when its present.The text was updated successfully, but these errors were encountered: