- View LX/LE exeuctables (headers, objects, pages, fixups)
- Change base address, permission or order of objects (WIP)
- Merge objects from multiple executables into one exe (WIP)
- Manually add and edit fixups (like "hooking" places) (WIP)
- Edit page data with inline hex editor (WIP)
- Run
lxedit file1.exe file2.exe ...
- Arrow keys to navigate
up
,down
,left
andright
e
to edit datam
to merge objectsw
to write changes to a new exe fileq
to exit
- Install open watcom
- Install pdcurses
- Run wmake