首页
社区
课程
招聘
[转帖]Bindead - a static analysis tool for binaries
发表于: 2015-2-20 12:15 2110

[转帖]Bindead - a static analysis tool for binaries

2015-2-20 12:15
2110
Bindead - a static analysis tool for binaries
Bindead is an analyzer for executable machine code.
It features a disassembler that translates machine code bits into an assembler like
language (RREIL) that in turn is then analyzed by the static analysis component
using abstract interpretation.
As Bindead operates on the machine code level,
it can be used without having the source code of the program to be analyzed.
In fact, the purpose of Bindead is to help with the reverse engineering of executable
code or binaries. The analyzer enables one to reason about all the possible runtime
behavior of a program and find potential bugs.
To this end we perform a collection of (numeric and symbolic) analyses on the
program and are able to infer memory access bounds and various other numeric
properties statically, i.e. without running the program.

https://bitbucket.org/mihaila/bindead/wiki/Home

GUI version
https://mega.co.nz/#!Tw02mAyQ!nDstg26QRIHbcyx62cAlWy05RaFrlXZyEws0QSSFmjg

[招生]科锐逆向工程师培训(2024年11月15日实地,远程教学同时开班, 第51期)

收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//