NAME
ELF::Writer::Linux_x86_64 - ELF::Writer with defaults for Linux on x86-64
VERSION
version 0.011
DESCRPTION
This module is the same as ELF::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) 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.