|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
LIEF::PE::Binary C Handler. More...
#include <Binary.h>

Public Attributes | |
| void * | handler |
| Pe_DosHeader_t | dos_header |
| Pe_Header_t | header |
| Pe_OptionalHeader_t | optional_header |
| Pe_DataDirectory_t ** | data_directories |
| Pe_Section_t ** | sections |
| Pe_Import_t ** | imports |
LIEF::PE::Binary C Handler.
| Pe_DataDirectory_t** Pe_Binary_t::data_directories |
| Pe_DosHeader_t Pe_Binary_t::dos_header |
| void* Pe_Binary_t::handler |
| Pe_Header_t Pe_Binary_t::header |
| Pe_Import_t** Pe_Binary_t::imports |
| Pe_OptionalHeader_t Pe_Binary_t::optional_header |
| Pe_Section_t** Pe_Binary_t::sections |