Skip to content

oshogbo/ghidra-lx-loader

Repository files navigation

LXFLoader

A Ghidra loader module for the Linear eXecutable Module Format.

Installation

Download 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.

ToDos

If you are interested in hellping:

  • Implement rest of the source types.
  • Implemented entry points (on the binaries I tested the section was 0s - so if you have another binary please contact me).
  • Implement debug section.
  • Code cleanup (I was rewriting everything from spec, and some methods/names could have better naming).
  • Don't use hardcoded values.
  • I'm not a java developer (get rid of the emitU functions).

Author

Mariusz Zaborski oshogbo@FreeBSD.org

Verficattion

I verified output of the module vs IDA Freeware 4.1 and swars source code.

Resources

License

Apache license 2.0