Nisy 发表于 2018-7-26 10:03:29

IDA 项目文件转 radare2 的脚本发布



radare2ida

This repository contains a collection of documents, scripts and utilities that will allow you to use IDA and R2, converting projects metadata from one tool to the other and providing tools to integrate them in a more useful way.

In progress:

Documentation about how to use the tool
Export IDB from IDA into a radare2 script
Import radare2 project metadata into IDA database
Launch r2 from IDA
Use IDA as an IO backend for R2
Expose R2 functionalities into IDA
Assembler/Disassembler
Base converter
ROP gadget search
...
ida2r2
Note: This requires the python-idb installed and available for python imports. It is recommended to use the latest version of python-idb by cloning the repository and installing it using python setup.py install.

link: https://github.com/radare/radare2ida

IDA 工程转 Radare2 的脚本:
https://github.com/radare/radare2ida/blob/master/ida2r2/ida2r2.py

disini 发表于 2018-7-26 14:48:35

感谢楼主分享!

天玄 发表于 2018-7-26 20:18:48

感谢发布原创作品,PYG有你更精彩!

disini 发表于 2018-7-30 09:30:44

感谢发布原创作品,PYG有你更精彩!

crazycars 发表于 2021-3-22 09:36:11

this is the reply

小七柒 发表于 2021-3-22 09:37:15

感谢发布原创作品,PYG有你更精彩!
页: [1]
查看完整版本: IDA 项目文件转 radare2 的脚本发布