-
-
09 Mar 2017 17:37:52 UTC
- Distribution: ELF-Writer
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (550 / 0 / 0)
- Kwalitee
Bus factor: 1- 51.10% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (19.92KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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.
Module Install Instructions
To install ELF::Writer, copy and paste the appropriate command in to your terminal.
cpanm ELF::Writer
perl -MCPAN -e shell install ELF::Writer
For more information on module installation, please visit the detailed CPAN module installation guide.