-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
crash (offer dmp file) #2353
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Here is stack trace of the crash:
Most likely |
@MrWrong77 it seems possible that something on your system is interfering with System Informer. I don't see how it is possible for the query to succeed and not return a binary path. Even in the case where there is no binary path defined for a service item, the API does not return null. Instead it returns a pointer to an empty string. |
You could try switching to the Canary build of System Informer. But I don't see any meaningful changes to that code path. So I expect you might find that the same problem exists there. |
i can generate the full dmp file, but github doest allow me to upload large file. Can u offer a way for me to send the file to u? @jxy-s |
You can email it to me. I am not sure if it is going to yield more insights, but if you do email it to me, I'll see if I can find anything. |
thanks, check your email please |
Thanks for sending the complete dump file. The queried service information pertains to "UniEDRPolicy," which appears to be an Endpoint Detection and Response (EDR) program. It seems likely that this EDR product is zeroing out the result of the service query while still returning a success code for the operation. From a Google search:
Below is the service item information and the _QUERY_SERVICE_CONFIGW buffer:
Additionally, there are hooks placed on System Informer by "MozartBreathCore":
The third-party software involved is violating reasonable API contracts and expectations of the There is no justification to modify System Informer code to account for such a blatant disregard for expected API behavior by a third-party program. |
Thank you very much for your help. I think I figured out the cause. A few days ago, the company’s computer silently installed this security monitoring software and service, which led to the issue. You were right, this is unrelated to systemInformer. I will try to report this to get the issue resolved. |
solved |
SystemInformer_DumpFile_SRVRIQPDTNCYTPF.dmp
The text was updated successfully, but these errors were encountered: