simple_elf 0.1.1

simple parser for amd64 elf files
Documentation
1
2
3
4
5
6
7
pub mod elf64_dyn;
pub mod elf64_sym;
pub mod section;
pub mod section_header;
pub mod sh_flags;
pub mod sh_type;
pub mod symbol;