为IDA更新Unicorn

【为IDA更新Unicorn】git clone https://gitee.com/mirrors/Unicorn.git
brew install pkg-config # install dependency
./make.sh; sudo ./make.sh # compile & install the core
cd bindings/python
python2.7 setup.py install
IDA的unicorn路径: /Applications/IDAPro/ida.app/Contents/MacOS/python/unicorn
cp -rfp unicorn/* /Applications/IDAPro/ida.app/Contents/MacOS/python/unicorn/

    推荐阅读