difa12321 发表于 2019-11-8 11:03

求助,macos10.15,无法安装ida7

前几天看漏洞银行的视频,看到有大佬用mac做逆向。就想着自己在mac上也装一下。
在吾爱的微盘上找到了mac破解版的ida7,然而安装的时候,先是报了一个不受信的提示,在安全设置里点通过之后,再点安装,就没反应了:'(weeqw。

有大佬遇到过这种情况吗?
求解答。
{:1_932:}

Cherishao 发表于 2019-11-26 09:54

本帖最后由 Cherishao 于 2019-11-26 11:55 编辑

问题所在:安装的时候会运行` ./installbuilder.sh` 脚本,这个脚本最终会调用 `osx-intel` 进行安装,运行的时候报错。

```bash
$ ./osx-intel
zsh: bad CPU type in executable: ./osx-intel
```

错误应该是程序架构( Arch )问题,发现 `osx-intel` 是 32 位的可执行文件:

```bash
$ file osx-intel
osx-intel: Mach-O executable i386
```

Catalina 终止了对 32 位可执行程序的兼容( https://support.apple.com/en-us/HT208436 )

Apple's transition to 64-bit technology is now complete. Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS. If you have a 32-bit app, please check with the app developer for a 64-bit version.

解决方案:win 电脑虚拟机安装 10.14 ,然后安装 ida 7.0,拷贝过来,打上补丁。

Teemor 发表于 2019-11-8 11:25

降级系统,新版系统太垃圾了,各种软件不支持,我手写板都用不了

iamok 发表于 2019-11-8 13:00

没问题呀

UlysessWeb 发表于 2019-11-10 10:09

凑合着用hopper吧

difa12321 发表于 2019-11-11 09:29

iamok 发表于 2019-11-8 13:00
没问题呀

大佬是怎么装上的?
是先装好,再升级到15的吗???

RuMeng 发表于 2019-11-14 15:15

同求解决方法,,,,,

hydr4 发表于 2019-11-17 20:36

同求怎么安装的。。。。。。。。

difa12321 发表于 2019-11-27 09:43

Cherishao 发表于 2019-11-26 09:54
问题所在:安装的时候会运行` ./installbuilder.sh` 脚本,这个脚本最终会调用 `osx-intel` 进行安装, ...

大佬。。。。
在星球里看到了你更详细的回复 {:1_921:}

Cherishao 发表于 2019-11-27 11:27

difa12321 发表于 2019-11-27 11:43
大佬。。。。
在星球里看到了你更详细的回复

small world
页: [1]
查看完整版本: 求助,macos10.15,无法安装ida7