首页 > 其他 > 详细

逆向工具-Radare2和Cutter

时间:2020-12-08 13:57:09      阅读:42      评论:0      收藏:0      [点我收藏+]

开源逆向神器-Radare2和Cutter

本文来源:Moeomu的博客


介绍

Radare2

  • r2 is a rewrite from scratch of radare in order to provide a set of libraries and tools to work with binary files.

  • Radare project started as a forensics tool, a scriptable command-line hexadecimal editor able to open disk files, but later added support for analyzing binaries, disassembling code, debugging programs, attaching to remote gdb servers...

  • radare2 is portable.

  • To learn more you may read the official radare2 book, the source code, or browse the web for blog posts or presentations from r2con.

Cutter

  • Cutter is a free and open-source reverse engineering framework powered by radare2 . Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.

安装

由于Cutter是Radare2的GUI化程序,因此只需要下载Cutter即可

macOS Catalina无法运行Cutter的原因

不知道Windows怎么样,反正在macOS Catalina上安装后无法正常运行,解决方法如下

  • 找出无法正常运行的原因
  • 进入Cutter的文件夹:cd /Applications/Cutter.app/Contents/MacOS/
    技术分享图片
  • 直接运行Cutter查看原因:./Cutter
    技术分享图片
  • 安装gettext解决问题:brew install gettext
    技术分享图片

逆向工具-Radare2和Cutter

原文:https://www.cnblogs.com/bluedawn/p/14101954.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!