UltraDebug

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: A C D R G Y M Z X S P
公益项目,接受捐赠
查看: 1281|回复: 1
收起左侧

[反编译工具] HexRaysCodeXplorer.dylib for IDA 9.0(重编译)

[复制链接]
admincenter

主题

0

回帖

UD

新手上路

UID
7
积分
38
注册时间
2021-12-26
最后登录
1970-1-1
2025-1-13 21:27:13 | 显示全部楼层 |阅读模式

原仓库: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

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

补充ida9rc1版本

编译方法:

  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})
  1. 编译
cd src/HexRaysCodeXplorer/
mkdir build && cd build
cmake -DIdaSdk_DIR="/Applications/IDA Professional 9.0.app/Contents/MacOS/plugins/hexrays_sdk" ..
cmake --build .
  1. 这样就看到成品了
    HexRaysCodeXplorer.dylib for IDA 9.0(重编译) - admincenter_UltraDebug

HexRaysCodeXplorer64 ida9rc1.zip

257.22 KB, 下载次数: 0, 下载积分: UD -2

HexRaysCodeXplorer64 ida9 beta.zip

229.64 KB, 下载次数: 0, 下载积分: UD -2

UltraDebug免责声明
✅以上内容均来自网友转发或原创,如存在侵权请发送到站方邮件9003554@qq.com处理。
✅The above content is forwarded or original by netizens. If there is infringement, please send the email to the destination 9003554@qq.com handle.

相关帖子

回复 打印

使用道具 举报

楼主
admincenter 楼主

主题

0

回帖

UD

新手上路

UID
7
积分
38
注册时间
2021-12-26
最后登录
1970-1-1
2025-1-13 21:28:32 | 显示全部楼层
上分上分
回复 打印

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|站点地图|UltraDebug ( 滇ICP备2022002049号-2 滇公网安备 53032102000034号)

GMT+8, 2025-6-18 07:57 , Processed in 0.037983 second(s), 13 queries , Redis On.

Powered by Discuz X3.4

© 2001-2023 Discuz! Team.

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