首页
社区
课程
招聘
[求助]求IDB2SIG for IDA Pro 6.6
发表于: 2015-11-21 23:26 6078

[求助]求IDB2SIG for IDA Pro 6.6

2015-11-21 23:26
6078
收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 57
活跃值: (88)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
sincos,use flair tools to build sig files under ida v6.6
Creating library signatures for IDA

Posted by dani under Reverse Engineering, Uncategorized	

I’ll briefly explain how to generate the signature file for a given library in order
 to import it from IDA Pro and get the library functions identified by the disassembler
 (which can save you hours from digging into ‘well-known’ functions).

Requirements: FLAIR tools installed.

Execute the COFF parser

> pcf ms32.lib miracl

ms32.lib: skipped 0, total 432

>sigmake miracl miracl

You might get collision errors here:

See the documentation to learn how to resolve collisitions.
: modules/leaves: 9021136/432, COLLISIONS: 382

At this point, just edit the .exc file, remove the comments in the first
 lines and re-execute the sigmake command.

Now you’ll see a miracl.sig ready to be imported from the FLIRT signatures window in IDA Pro.


more info also here if you want use python script
https://www.fireeye.com/blog/threat-research/2015/01/flare_ida_pro_script.html
2015-11-22 04:07
0
雪    币: 190
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
Thank you
2015-11-23 23:41
0
游客
登录 | 注册 方可回帖
返回
//