Skip to content
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

Add TECH Patching an App to Make it Debuggable #3082

Open
cpholguera opened this issue Dec 2, 2024 · 0 comments
Open

Add TECH Patching an App to Make it Debuggable #3082

cpholguera opened this issue Dec 2, 2024 · 0 comments

Comments

@cpholguera
Copy link
Collaborator


title: Patching an App to Make it Debuggable
platform: ios

By default, app available on the Apple App Store are not debuggable. In order to debug an iOS application, it must have the get-task-allow entitlement enabled. This entitlement allows other processes (like a debugger) to attach to the app. Xcode doesn't add the get-task-allow entitlement in a distribution provisioning profile; it is only whitelisted and added in a development provisioning profile.

TBD...

@OWASP OWASP deleted a comment from Muaytie23 Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant