Skip to content

Bypass PT_DENY_ATTACH entirely - #750

Draft
khanhduytran0 wants to merge 479 commits into
opa334:2.xfrom
khanhduytran0:2.x
Draft

Bypass PT_DENY_ATTACH entirely#750
khanhduytran0 wants to merge 479 commits into
opa334:2.xfrom
khanhduytran0:2.x

Conversation

@khanhduytran0

Copy link
Copy Markdown

This PR allows debugserver to attach to processes blocking debugger using ptrace(PT_DENY_ATTACH). It does 2 things:

  • If a process already has PT_DENY_ATTACH, it temporarily clears P_LNOATTACH from p_lflag before calling ptrace and restores it afterwards
  • P_LTRACED flag is cleared from p_lflagso that any calls to ptrace(PT_DENY_ATTACH) take no effect. This might cause issues, so idk whether to keep it or make it a toggle.

kok3shidoll and others added 30 commits February 24, 2024 01:46
…attery section not loading and potentially camera not working
Fix some strings get cut off
Perform minor changes
Should be perfect now
* Create Localizable.strings Spanish

* Update Localizable.strings Spanish

* Update sort_localizations.sh

* Update project.pbxproj
- Fixed some grammar mistake (making it more understandable for Filipino users).
- Some grammar still needs further inspection but over-all it's understandable.
- Long stanza might create overlapping?
opa334 and others added 28 commits March 24, 2025 22:48
…pa334#714)

* feat: add auth required string

feat: add auth required string

chore: make this more inline with what password you're changing

* feat: change mobile password auth

* chore: allow biometrics

* Revert "chore: allow biometrics"

This reverts commit f44218c.
* Update Localizable.strings Spanish

* Update Localizable.strings Spanish

* Update Localizable.strings Spanish
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

Successfully merging this pull request may close these issues.