Packer/Linker for segmented Executables


Packer/Linker for segmented Executables

von cas » Mo 21. Mär 2005, 13:26
Hi,

I'm searching for a good Packer/Linker for A8 Executables. I was using Thorsten Karwoth PowerPacker and Jiri Bernasek Superpacker before. But now I have a file with more that 30 Segments, each smaller that 255 bytes. The tools mentioned above have a fixed number of segments they support icon_sad.gif, which is below the number I need.

I'm searching for a better tool, preferably including sourcecode, so it can be enhanced if needed. Does anyone know another Packer/Linker for the A8, either running natively or on a PC (Linux, Mac, Windows)?


My wishlist for such a tool is:
* running natively in a A8
* using extended (Ramdisk) Memory if available
* supports virtual memory (swapping to disk)
* supporting an infinitive number of segments (memory is the only limit)
* search function (address, data, hex, ascii, atascii)
* build in disassembler
* build in hex/atascii editor
* open source

( I'm aware that this kind of tool don't exist yet, however, it might be allowed to dream )

Best regards

Carsten