0

Has anyone used oTool commands through XCode command line tools ? I want to check Stack protection flag setting using oTool for an iPAd app.

Swap
  • 11
  • 3
  • What did you try already? Can you share your attempts with us? – Martin Prikryl Apr 15 '13 at 11:21
  • I have installed XCode command line tools. I tried to SSH into iPad using terminal on MAC. But no success. Also, tried to fire few oTool commands on terminal. – Swap Apr 15 '13 at 14:17

1 Answers1

0

otool -Iv $app_binary_path |grep stack_chk

Dino
  • 1