Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.33 KB

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