Submit a plugin
Back to the list
Pixel Loader
v0.2
  • Released on: 2024-02-04
  • Last update: 2025-02-08
Download
SHA256 checksum:
c8020c56e477699eb6bdc35d7bf3febd84f179485585d6af7d62bd2c5b51e2b5

The loader helps indentifying offeset of functions, and renaming them, marking Code/Data segments.

Requirements:

- A recent IDA Pro 7.x / 8.x / 9.x with idapython (python 3).

Installation

Simply copy the script to the following path:

$IDAPRO/loaders/

Where $IDAPRO is the folder/directory where the ida executable is located. For example on Windows that would be something like C:\Program Files\IDA Pro 8.3\loaders\

Afterwards, whenever a pixel ABL is loaded into ida pro, the loader module will show up in the options, simply click ok.


the bootloader's content can be extracted using Jonthan Levin's tool ImjTool For example:

./imjtool.ELF64 bootloader-oriole-slider-1.3-10674934.img extract
Inside the "extracted" folder you can find the binary blob for "abl" boot stage. Afterwards, whenever a pixel ABL is loaded into ida pro, the loader module will show up in the options, simply click ok.

20250208172853image.png


image.png