-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
[MSTG-CODE-3] Add iOS Debugging Symbols Inspection #1930
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.
Hey @su-vikas thanks for another nice PR. Please take a look at the suggested changes, comments and let me know if you need any further input :)
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.
last set of minimal changes and we merge ;)
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.
Thanks @su-vikas for the nice PR. Since it was open for a very long while I just applied the suggestions as per our guidelines. This way we can already close it and get you new topics to work on ;) Thanks a lot for your work and your patience!
Added information on how to look for debug symbols in a compiled MachO file.
This PR closes #1868