![]() |
Mac OS app debug
2 Attachment(s)
If you start the app with the following mysterious parameters, the hidden debug menu will be displayed.
"-_NS_4445425547 yes" https://mjtsai.com/blog/2024/03/22/_eventfirstresponderchaindescription/#comment-4059578 |
Good. But which debugger will be used?
|
Just special menu
Quote:
Using Radare2 rax2 command: Code:
rax2 -S 'DEBUG'Code:
4445425547Adding per app setting in preferences (stored in ~/Library/Containers/) Sample app is TextEdit (CFBundleIdentifier is com.apple.TextEdit): Code:
defaults write com.apple.TextEdit _NS_4445425547 -bool trueCode:
open -a TextEditAdding global system setting in preferences Code:
defaults write -g _NS_4445425547 -bool trueCode:
defaults read -g _NS_4445425547Code:
The domain/default pair of (kCFPreferencesAnyApplication, _NS_4445425547) does not exist |
| All times are GMT +8. The time now is 18:39. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX