yinfuxiang 发表于 2017-10-12 09:57

iaito——可能是除ida之外最好的跨平台静态分析工具

转载:https://bbs.pediy.com/thread-219998.htm
首先,它是免费的。。。。。。。。。。而且开源。
不幸的是,此工具目前正在开发中...
我来介绍下如何编译iaito。
构建iaito1.克隆iaito2.安装qt5.8(官方用的是qt5.6.2)
和qt for vs3.打开vs - qt vs tools - open qt project file - 找到“iaito\src\iaito.pro”4.找到“iaito\iaito_win32\radare2\include\libr\r_cons.h”记事本打开另存为“utf-8”格式5.编译...
运行iaito1.打开cmd.exe执行windeployqt.exe iaito.exe
比如我的就是:C:\Qt\Qt5.8.0\5.8\msvc2015_64\bin\windeployqt.exe C:\Users\Administrator\Desktop\iaito\iaito.exe
2.运行...
项目:https://github.com/hteso/iaito
尝鲜版:https://github.com/stonedreamforest/iaito/releases
---------------------------------------------------------------
目前已经改名,项目地址也移到:https://github.com/radareorg/cutter
Cutter
A Qt and C++ GUI for radare2 reverse engineering framework (originally Iaito)
    使用了radare2框架,所以看起来很像,已经不用使用命令来运行了
Screenshothttps://raw.githubusercontent.com/radareorg/cutter/master/docs/screenshot.pngDisclaimerCutter is not aimed at existing radare2 users, it is focused on those whose are not yet radare2 users because of the learning curve, they don't like CLI applications or the difficulty/instability of radare2.IMPORTANT: the current status is highly unstable, it is an alpha version aimed for developers. Users please wait for the first stable release with installers.RequirementsRadare2: Make sure that, when cloning the project, you use git clone --recurse-submodules or run git submodule update --init to clone the correct radare2 version. Then execute the following command in the radare2 folder:
sys/install.shQtCreator and Qt: Right now cutter uses Qt 5.9.1, you will need the latest QtCreator and Qt added during the installation:Download: Qt Open SourceAdd Qt 5.9.1: http://doc.qt.io/qtcreator/creator-project-qmake.html

TroubleshotingOn Mac, QT5 apps fail to build on QtCreator if you have the libjpeg lib installed with brew. Run this command to workaround the issue:sudo mv /usr/local/lib/libjpeg.dylib /usr/local/lib/libjpeg.dylib.not-foundPlatformsCutter is developed on OS X, Linux and Windows. The first release for users will include installers for all three platforms.DocumentationProper documentation and website will be created before the first release.HelpRight now the best place to obtain help from cutter developers and community is joining this telegram group:https://t.me/iaito#cutter on irc.freenode.net

最新版下载
https://github.com/stonedreamforest/iaito/releases/download/2017-10-11/cutter-2017-10-11.zip

Hmily 发表于 2017-10-12 11:26

yinfuxiang 发表于 2017-10-12 10:02
一直没搞懂,52论坛的编辑模式,点一下编辑自己改一个版,我还啥都没动,编辑太费劲了,凑合 ...

discuz的编辑器不适合从其他不同编辑器复制粘贴上去,因为很多编码不同,如果要粘贴,可以先切换到源代码再粘贴,然后进行代码的配色等,直接写文章还是挺好的,我给你编辑了下,另外你第一个图有盗链,修改上传本地或者删除吧。

Hmily 发表于 2017-10-12 11:51

yinfuxiang 发表于 2017-10-12 11:34
上传图片在52我很扎心,80K的图片2小时都传不完

不至于吧,网络问题?https://www.52pojie.cn/thread-209287-1-1.html 用修复工具修复一下试试?把日志给我看看?还可以上传网盘,然后图片那用网盘的直接地址引用也行。

yinfuxiang 发表于 2017-10-12 10:02

{:301_971:}一直没搞懂,52论坛的编辑模式,点一下编辑自己改一个版,我还啥都没动,编辑太费劲了,凑合看吧

610100 发表于 2017-10-12 10:12

yinfuxiang 发表于 2017-10-12 10:02
一直没搞懂,52论坛的编辑模式,点一下编辑自己改一个版,我还啥都没动,编辑太费劲了,凑合 ...

是你自己转载没弄好吧?

yssun 发表于 2017-10-12 10:13

我是一个小白

peterq521 发表于 2017-10-12 10:16

惭愧 看不懂啊

电脑疯了 发表于 2017-10-12 11:09

看得我一头雾水。。

A-new 发表于 2017-10-12 11:34

iaito只是radare2的gui界面而已新的貌似改名为cutte了,radare2自带的就有web UIr2 -c=H your_binary

yinfuxiang 发表于 2017-10-12 11:34

Hmily 发表于 2017-10-12 11:26
discuz的编辑器不适合从其他不同编辑器复制粘贴上去,因为很多编码不同,如果要粘贴,可以先切换到源代码 ...

{:301_1008:}上传图片在52我很扎心,80K的图片2小时都传不完
页: [1] 2 3
查看完整版本: iaito——可能是除ida之外最好的跨平台静态分析工具