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

[转帖]FirmLoader

2022-6-13 10:08
5120

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



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

收藏
免费 2
支持
分享
最新回复 (1)
雪    币: 8710
活跃值: (18455)
能力值: ( LV4,RANK:40 )
在线值:
发帖
回帖
粉丝
2

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.

上传的附件:
2022-6-13 11:22
0
游客
登录 | 注册 方可回帖
返回
//