首页
社区
课程
招聘
[转帖]FirmLoader
2022-6-13 10:08 4688

[转帖]FirmLoader

2022-6-13 10:08
4688

FirmLoader

The FirmLoader is an IDA plugin that allows to automatically identify parts of the memory for the firmware images extracted from microcontrollers. This simplifies the process of understanding the binary contents and thus allows you to achieve your reversing goals more efficiently. The plugin is similar to the built-in SVD loader; however, it offers a simpler data structure that could be created manually from the publicly available documentation.

https://github.com/Accenture/FirmLoader



[CTF入门培训]顶尖高校博士及硕士团队亲授《30小时教你玩转CTF》,视频+靶场+题目!助力进入CTF世界

收藏
点赞2
打赏
分享
最新回复 (1)
雪    币: 5495
活跃值: (16385)
能力值: ( LV4,RANK:40 )
在线值:
发帖
回帖
粉丝
wusha 2022-6-13 11:22
2
0

Installation

Copy the firmloader.py and firmloader_data folder to the IDA plugin folder (for example: cp -R fimrloader* <IDA_FOLDER>/plugins).


Usage

Load the binary into IDA, make sure that the base address is in accordance with the documentation for the given processor, set the name of the main code segment to ROM and then use Edit > FirmLoader menu to select the MCU model. Note that this will trigger the auto-analysis of the binary.

上传的附件:
游客
登录 | 注册 方可回帖
返回