Re: Detecting if you're being debugged

2010-03-19 Thread Jeremy Pereira
On 18 Mar 2010, at 11:48, Peter Hudson wrote: Technical QA QA1361 Detecting the Debugger Does this code report on my app being debugged by any third party, even when the app has been stripped of symbols ? Would it work irrespective of the debugging tool used ? Did you read the warning

Re: Detecting if you're being debugged

2010-03-19 Thread Michael Ash
On Thu, Mar 18, 2010 at 8:14 AM, Jeremy Pereira jeremyp...@me.com wrote: On 18 Mar 2010, at 11:48, Peter Hudson wrote: Technical QA QA1361 Detecting the Debugger Does this code report on my app being debugged by any third party, even when the app has been stripped of symbols ? Would it

Detecting if you're being debugged

2010-03-18 Thread Peter Hudson
Technical QA QA1361 Detecting the Debugger Does this code report on my app being debugged by any third party, even when the app has been stripped of symbols ? Would it work irrespective of the debugging tool used ? Peter ___ Cocoa-dev mailing

Re: Detecting if you're being debugged

2010-03-18 Thread Kyle Sluder
On Thu, Mar 18, 2010 at 4:48 AM, Peter Hudson peter.hud...@mac.com wrote: Does this code report on my app being debugged by any third party, even when the app has been stripped of symbols ? It does precisely what it claims to do: asks the kernel if the P_TRACED flag is set on your process,

Re: Detecting if you're being debugged

2010-03-18 Thread Jonathan del Strother
On 18 March 2010 18:03, Kyle Sluder kyle.slu...@gmail.com wrote: On Thu, Mar 18, 2010 at 4:48 AM, Peter Hudson peter.hud...@mac.com wrote: Does this code report on my app being debugged by any third party, even when the app has been stripped of symbols ? It does precisely what it claims to

Re: Detecting if you're being debugged

2010-03-18 Thread Peter Hudson
Thanks Jeremy, Kyle and Jonathon for your comments. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com