Short: Convert X68000 exec/data files to Amiga Author: franck@hitchhikr.net (Franck Charlet) Uploader: franck hitchhikr net (Franck Charlet) Type: dev/misc Version: 2.2 Replaces: dev/misc/x68k2amiga.zip Architecture: m68k-amigaos >= 2.0.4 Distribution: Aminet X68k2amiga is a program to convert Sharp X68000 executables files to Amiga files for subsequent reversing with the ReSource disassembler. It also depacks some packed data files used on the X68000. ------------------------------------------------------------- v2.2 - Can now handle 32 bit relocations jumps used in big executables. v2.1 - Was creating an extra section for packed files. v2.0 - Entry point is only shown if not 0. - Proper code, data & bss hunks are now created in output file. - Can now depack Capcom executables (2 variants). - Handles bogus empty symbols segments. - Added support for depacking 'Mugen Senshi Valis II' single (.A68) and multiple (.A0B) files. - Can now extract files from .SAR archives. v1.5 - Added support for LZP packed data files. v1.4 - Added support for yet another version (unknown) of LZX packed execs. v1.3: - Much better handling of packed files. - Added support for LZX 0.42 packed executables. - Added support for .Z files (absolute address executables). v1.2: - Added support for LZX 1.04 packed executables. - Cleaned up the source code. - Sizes are displayed in decimal. - Forgot to add the makefile in the archive last time. v1.1: - Fixed handling for data segment relocation infos (fixing some reloc in galseed).