Skip to content

A Ghidra loader module for the Linear eXecutable Module Format

Notifications You must be signed in to change notification settings

RolphWoggom/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 [email protected]

Verficattion

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

Resources

License

Apache license 2.0

About

A Ghidra loader module for the Linear eXecutable Module Format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.5%
  • CSS 7.9%
  • HTML 2.6%