79830612

Date: 2025-11-26 11:09:50
Score: 0.5
Natty:
Report link

I don't know whether your SDK is a dynamic library or a static library. If it is a static library, you can use addresses to filter the addresses in the crash stack. If it is a dynamic library, you can filter by image name. As for the initialization location you mentioned, it can definitely be initiated in the API of your SDK. If your API is not called, there is no need to worry about crashes occurring inside your SDK at all.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user25286577