dmayer / idb

idb is a tool to simplify some common tasks for iOS pentesting and research
MIT License
942 stars 156 forks source link

Crash on "Analyze Binary" - No otool available for Linux #10

Closed sanitybit closed 10 years ago

sanitybit commented 10 years ago

Built from commit 49094b1eb2b84749b4a5fb48ea6249f133c74c1d.

[INFO] 2014-01-21 21:12:28 :: gidb ::  Locating application binary...
sh: 1: /usr/bin/otool: not found
sh: 1: /usr/bin/otool: not found
/home/sanitybit/.sources/idb/lib/otool_wrapper.rb:20:in `parse_shared_libraries': undefined method `map' for nil:NilClass (NoMethodError)

Couldn't find an otool equivalent for Linux (and didn't expect to).

I'll set up a OS X Xcode environment tomorrow.

simhigo commented 10 years ago

me too.

Are you solved?