JackDoan / GhidraVmlinuxLoader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vmlinux loader for Ghidra

This extension can be used to load vmlinux kernel images into Ghidra. Output from droidimg is required.

Usage

  1. Run droidimg to get symbol file
    vmlinux.py --json <vmlinux> > <vmlinux>.sym.json
  1. Make sure the generated .sym.json file is in the same directory of the image file.
  2. Import the image file using Ghidra, and choose Vmlinux Loader as file format.
  3. Run auto analysis

Notes

About


Languages

Language:Java 71.1%Language:CSS 21.7%Language:HTML 7.2%