A Ghidra loader module for the Linear eXecutable Module Format.
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.
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).
Mariusz Zaborski oshogbo@FreeBSD.org
I verified output of the module vs IDA Freeware 4.1 and swars source code.
- LX documentation
- dos4gw loader
- swars
- The tale of Syndicate Wars Port
- mortalkombat
- ghidra-switch-loader
Apache license 2.0