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

[转帖]FirmLoader

2022-6-13 10:08
4713

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



[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
点赞2
打赏
分享
最新回复 (1)
雪    币: 5529
活跃值: (16480)
能力值: ( 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.

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