The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ELF::Writer::Linux_x86 - ELF::Writer with defaults for Linux on x86

VERSION

version 0.011

DESCRPTION

This module is the same as ELF::Writer, but supplies the following defaults when constructed:

ELF attributes

class

"32-bit"

data

"little-endian"

osabi

"Linux"

machine

"i386"

Segment attributes

align

4096

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Michael Conrad.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.