Skip to content

GrandfatherJ/ELF-File

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELF::File - Read, edit and write ELF files

ELF::File reads ELF files and provides access to the file contents. It is a pure Perl module, but is designed to deal with 32 and 64 bit files that may be big or little endian. ELF::File is OS agnostic and 32/64 bit Perl build agnostic so long as the ivsize is sufficiently large to handle the ELF file contents.

ELF::File may also be used to create ELF files and manipulate the contents of existing files.

About

ELF file reader for Perl 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages