首页
社区
课程
招聘
[转帖]ODA - Online DisAssembler
发表于: 2013-8-22 07:58 2948

[转帖]ODA - Online DisAssembler

2013-8-22 07:58
2948
ODA - Online DisAssembler
ODA stands for Online DisAssembler. ODA is a general purpose machine code disassembler that supports a myriad of machine architectures.
Built on the shoulders of libbfd and libopcodes (part of binutils), ODA allows you to explore an executable by dissecting its sections, strings, symbols, raw hex, and machine level instructions.
You can use it for a variety of purposes such as:
Visualizing the control flow of a group of instructions
Disassembling a few bytes of an exception handler that is going off into the weeds
Reversing the first few bytes of a Master Boot Record (MBR) that may be corrupt
Debugging an embedded systems device driver
Malware analysis
Vulnerability research
Developing a jailbreak for the latest iPhone
Satisying your own intellectual curiosity (Does there exist some sequence of bytes that disassembles to the same logical operation for two separate platforms?)
ODA is limited by the resource constraints of the server on which it is hosted and the spare time of its creators. If you find ODA useful, have a feature request, or want to comment in any way, please drop us a line!

http://www.onlinedisassembler.com/


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 80
活跃值: (72)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
无法提交文件?
2013-8-22 09:22
0
雪    币: 141
活跃值: (1130)
能力值: ( LV2,RANK:150 )
在线值:
发帖
回帖
粉丝
3
文件不能超过500k。
2013-8-22 17:35
0
游客
登录 | 注册 方可回帖
返回
//