首页
社区
课程
招聘
[转帖]eEye Binary Diffing Suite (EBDS)
发表于: 2007-12-4 18:24 3680

[转帖]eEye Binary Diffing Suite (EBDS)

2007-12-4 18:24
3680
The eEye Binary Diffing Suite (EBDS) is a free and open source set of utilities for performing automated binary differential analysis. This becomes very useful for reverse engineering patches as well as program updates.

The first tool is BDS, the Binary Diffing Starter from Andre Derek Protas. This tool helps reverse engineers with batch-analysis of patches by dispatching IDA with its many powerful plugins against groups of binaries. This especially comes in useful for Update Rollups or Service Packs, where automation is necessary to be able to reverse engineer the updates in a reasonable amount of time. NOTE: .NET Framework 2+ is required for BDS to function.

The second tool is DarunGrim, a code-analysis tool to actually find the distinct code-changes between two binaries. In Korean, DarunGrim translates to "difference in picture". DarunGrim performs multiple matching techniques against functions in order to find function pairs and analyze the differences/similarities between the functions. This allows reverse engineers to pinpoint code changes between two binaries with a graphical interface, much more rapid than "side-by-side" disassembly instances. Much like most powerful disassembly tools, DarunGrim is also using the power of IDA Pro for analysis.


Update Notes: Enhanced graphical view of DarunGrim diffing results. Enhanced DarunGrim Analysis on hotpatching prefix in MS binaries. Fixed access violation bug in DarunGrim Analida plugin. Added analIDA src files: AddrMap.h, Database.h, IdaIncludes.h, Database.cpp.


http://research.eeye.com/html/Tools/download/DiffingSuiteSetup.exe

Video Tutorial - BDS vs MS06-033

Video Tutorial - DarunGrim vs MS06-007

Video Tutorial - DarunGrim vs MS06-036

[课程]Android-CTF解题方法汇总!

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 109
活跃值: (2158)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
1年前的东东,而且发过了。
http://bbs.pediy.com/showthread.php?t=43256
2007-12-4 19:09
0
雪    币: 242
活跃值: (10)
能力值: ( LV12,RANK:250 )
在线值:
发帖
回帖
粉丝
3
貌似没有更新过
2007-12-9 11:04
0
游客
登录 | 注册 方可回帖
返回
//