http://qs321.pair.com?node_id=11127417


in reply to CPAN namespace hierarchy

After a bunch of digging around on CPAN my thoughts are converging toward ELF::Reader. There is ELF::Writer already and my proposed module is pretty close to a complement to the writer module. My inclination is migrate my interface toward Writer's interface where that makes sense. Comments?

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond

Replies are listed 'Best First'.
Re^2: CPAN namespace hierarchy
by xiaoyafeng (Deacon) on Jan 26, 2021 at 06:35 UTC
    there is also a script "elf.pl" for similar use in Convert::Binary::C, take a look?




    I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction

      From what I infer from the very light documentation for elf.pl the script may be able to dump structural information, but it doesn't look like it will let me extract data for selected segments. My ultimate goal is to be able to generate update images for a boot loader on an embedded system. The module is just a means to that end. Since I'm writing the code anyway it seemed worth turning it into a CPAN appropriate module.

      Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond