首页
社区
课程
招聘
IDA C functions decompiler
发表于: 2006-8-5 20:59 3364

IDA C functions decompiler

2006-8-5 20:59
3364
IDA的一个插件,我不知道怎么用,会的请指教啊,我不能上传,给大家提供下载的地址,大家看看效果怎么样

http://www.enet.org.cn/Soft/crack/fhb/Index.html

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (7)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
Th~.
Try it !
2006-8-5 21:05
0
雪    币: 97697
活跃值: (200734)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
最初由 风之恋 发布
IDA的一个插件,我不知道怎么用,会的请指教啊,我不能上传,给大家提供下载的地址,大家看看效果怎么样

http://www.enet.org.cn/Soft/crack/fhb/Index.html


提供的地址正确?

IDA C functions decompiler

http://www.enet.org.cn/Soft/crack/fhb/200602/1599.html
2006-8-5 21:59
0
雪    币: 11705
活跃值: (975)
能力值: ( LV12,RANK:779 )
在线值:
发帖
回帖
粉丝
4
这个插件是一个开源项目:
名字叫desquirr.

http://desquirr.sourceforge.net/desquirr/downloads.php
esquirr - A decompiler plugin for Interactive Disassembler Pro
===============================================================

Copyright (c) 2002 David Eriksson <david@2good.nu>

Introduction
------------

Desquirr is a decompiler plugin for IDA Pro. It is currently capable of simple
data flow analysis of binaries with Intel x86 machine code.

This program is currently under development. Suggestions, bug reports and
patches are welcome.

For more information, please visit this web site:

  http://desquirr.sourceforge.net/

  
Installation and configuration
------------------------------

1. Copy desquirr.plw to the plugins subdirectory in your IDA Pro installation

2. Edit plugins.cfg (optionally) to get different kinds of decompilation:

     Decompile_to_C desquirr Ctrl+F9  0
     Decompile desquirr Ctrl+F10  1
              

Limitations
-----------

The limitations are not limited to this list :-)

o Only decompiles one function at a time

o Does not handle all types of instructions

o Does not handle DX:AX or EDX:EAX very well

o Does not handle register variables properly

o Leaves pop statements in the end of functions

o Lots of code is inlined in the .hpp files but should be moved to the .cpp
  files

Software needed to compile Desquirr
-----------------------------------

Interactive Disassembler Pro and SDK version 4.21:

  http://www.datarescue.com/idabase/

The Boost C++ Libraries version 1.27.0:

  http://boost.org/

The free Borland C++Builder Compiler:

  http://www.borland.com/bcppbuilder/freecompiler/
2006-8-6 00:42
0
雪    币: 67
活跃值: (66)
能力值: ( LV7,RANK:100 )
在线值:
发帖
回帖
粉丝
5
我编译过一个4.8版的在论坛上
2006-8-6 15:51
0
雪    币: 11705
活跃值: (975)
能力值: ( LV12,RANK:779 )
在线值:
发帖
回帖
粉丝
6
能不能编译一个5.0的版本。现在5.0比较好用。
这个开源项目主页还是4.6的。

最初由 goodcode 发布
我编译过一个4.8版的在论坛上
2006-8-6 21:14
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
在VC6下可以编译吗,如果可以,请介绍一下方法,我刚来,什么都不懂,多多指教啊
2006-8-9 01:23
0
雪    币: 10
活跃值: (130)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
8
最初由 goodcode 发布
我编译过一个4.8版的在论坛上

哥们再编译一个5.0的吧~ 看了一下,貌似还得需要boost~
2006-8-11 01:15
0
游客
登录 | 注册 方可回帖
返回
//