On 16.02.2008 17:50, ron minnich wrote:
On Feb 16, 2008 8:38 AM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
If you want to add an a.out parser to LAR, that would be OK. My only concern is that unpacking and subsequent repacking/parsing loses no information.
Best bet would be a simple ELF header generator, I've done this in Plan 9, it's a whopping 15 lines of code.
Cool. Since you wrote the code, importing it into lar should give us no license problems. Can you post a patch? It should be reasonably easy tofind out which segment is bss (the one with compalgo "zeroes"), but I'm not so sure about data and code. Do we want any convention (code is always segment0, data is always segment1)?
Regards, Carl-Daniel