NAME

ELF::Writer::Linux_x86_64 - ELF::Writer with defaults for Linux on x86_64

VERSION

version 0.000_002

DESCRPTION

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

ELF attributes

class

'64-bit'

data

'little-endian'

osabi

'Linux'

machine

'x86-64'

Segment attributes

align

4096

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 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.