吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1986|回复: 6
上一主题 下一主题
收起左侧

[IDA Plugin] HexRaysCodeXplorer.dylib for IDA 9.0(重编译)

[复制链接]
跳转到指定楼层
楼主
LaureatePoet 发表于 2024-8-28 18:08 回帖奖励
本帖最后由 LaureatePoet 于 2024-9-6 10:32 编辑

原仓库:REhints/HexRaysCodeXplorer

插件介绍The Hex-Rays Decompiler plugin for better code navigation in RE process. CodeXplorer automates code REconstruction of C++ applications or modern malware like Stuxnet, Flame, Equation, Animal Farm ...

仓库于2024.8.11添加了对IDA Pro 9.0的支持https://github.com/REhints/HexRaysCodeXplorer/blob/master/src/HexRaysCodeXplorer/CMakeLists.txt

我只重新编译了,直接放出文件

编译方法:

  1. 下载idasdk90.zip解压并放入IDA程序目录
  2. 修改cmakelists.txt文件
    # set(HexRaysSdk_INCLUDE_DIRS ${HexRaysSdk_ROOT_DIR}/include)
    # 设置 Hex-Rays SDK 路径
    set(HexRaysSdk_INCLUDE_DIRS1 /Applications/IDA\ Professional\ 9.0.app/Contents/MacOS/plugins/hexrays_sdk/include)
    set(HexRaysSdk_INCLUDE_DIRS2 /Applications/IDA Professional 9.0.app/Contents/MacOS/idasdk90/include)
    # 添加到 include_directories
    include_directories(${HexRaysSdk_INCLUDE_DIRS1})
    include_directories(${HexRaysSdk_INCLUDE_DIRS2})
  3. 编译
    cd src/HexRaysCodeXplorer/
    mkdir build && cd build
    cmake -DIdaSdk_DIR="/Applications/IDA Professional 9.0.app/Contents/MacOS/plugins/hexrays_sdk" ..
    cmake --build .
  4. 这样就看到成品了






免费评分

参与人数 5吾爱币 +5 热心值 +3 收起 理由
冥界3大法王 + 1 上新够快。
_fresh + 1 + 1 谢谢@Thanks!
DDBOX + 1 谢谢@Thanks!
为之奈何? + 1 + 1 我很赞同!
海水很咸 + 1 + 1 谢谢@Thanks!

查看全部评分

本帖被以下淘专辑推荐:

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

沙发
taxuewuhen 发表于 2024-8-28 19:04
占个位 支持一下
3#
serial2010 发表于 2024-8-29 14:16
4#
redapple2015 发表于 2024-8-29 17:03
5#
rooky2000 发表于 2024-8-31 15:57
谁来说一下用法
6#
q小威 发表于 2024-9-5 16:25
在9.0,点击叉退出保存会导致IDA崩溃 有遇到过得吗
7#
 楼主| LaureatePoet 发表于 2024-9-6 10:32 |楼主
重新编译了下,你再试试。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-9-21 09:54

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表