ivRodriguezCA / RE-iOS-Apps

A completely free, open source and online course about Reverse Engineering iOS Applications.
2.64k stars 348 forks source link

trouble installing class-dump-z #4

Closed TaichiAkimoto closed 5 years ago

TaichiAkimoto commented 5 years ago

Hi,

I am having trouble installing class-dump-z on my mac high-sierra. I have followed the link on README and downloaded files.

I have cp class-dump-z under /usr/local/bin, then restart my terminal. But, when I type

sudo class-dump-z [file-name]

class-dump-z not found error occurs. Please tell me if I am doing something wrong.

Thank you for nice tutorial.

ivRodriguezCA commented 5 years ago

Hey @TaichiAkimoto,

Thanks for reading!

Have you tried giving it executable permissions?

chmod +x /usr/local/bin/class-dump-z
TaichiAkimoto commented 5 years ago

It worked. Thank you very much!!