pcworld / ghidra-bflt-loader

bFLT file loader for Ghidra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghidra bFLT loader

Loader module for Ghidra to import bFLT files.

bFLT files are commonly found in uclinux images, and are greatly documented here :

Features

  • Parses and loads sections according to the file header
  • Extracts GZip data section if GZDATA flag is set
  • Patches GOT entries if GOTPIC flag is set, and sets pointers for further analysis

Installation

Copy the ZIP file from the Releases to the GHIDRA_INSTALL_DIR/Extensions/Ghidra directory and install the module from the File > Install extensions... menu on the main screen.

Based on the MCLFLoader from NeatMonster

About

bFLT file loader for Ghidra


Languages

Language:Java 63.1%Language:CSS 28.5%Language:HTML 8.4%