ipa - Detecting private APIs in iOS application through command line utilities -
i have used commands otool,nm , strings on application's binary file unable infer if method names clashing apple's internal apis ?
also, have download class-dump , ran on .app/appname file gives output
"this file not contain objective-c runtime information."
can suggest way ?
Comments
Post a Comment