retdec
Namespaces | Enumerations
fftypes.h File Reference

Header file for fileformat types and structures. More...

#include "retdec/fileformat/types/certificate_table/certificate_table.h"
#include "retdec/fileformat/types/dotnet_headers/clr_header.h"
#include "retdec/fileformat/types/dotnet_headers/metadata_header.h"
#include "retdec/fileformat/types/dotnet_headers/stream.h"
#include "retdec/fileformat/types/dynamic_table/dynamic_table.h"
#include "retdec/fileformat/types/export_table/export_table.h"
#include "retdec/fileformat/types/import_table/import_table.h"
#include "retdec/fileformat/types/import_table/pe_import.h"
#include "retdec/fileformat/types/note_section/elf_notes.h"
#include "retdec/fileformat/types/note_section/elf_core.h"
#include "retdec/fileformat/types/pdb_info/pdb_info.h"
#include "retdec/fileformat/types/relocation_table/relocation_table.h"
#include "retdec/fileformat/types/resource_table/resource_table.h"
#include "retdec/fileformat/types/resource_table/resource_tree.h"
#include "retdec/fileformat/types/resource_table/resource_icon.h"
#include "retdec/fileformat/types/resource_table/resource_icon_group.h"
#include "retdec/fileformat/types/rich_header/rich_header.h"
#include "retdec/fileformat/types/sec_seg/elf_section.h"
#include "retdec/fileformat/types/sec_seg/elf_segment.h"
#include "retdec/fileformat/types/sec_seg/macho_section.h"
#include "retdec/fileformat/types/sec_seg/pe_coff_section.h"
#include "retdec/fileformat/types/sec_seg/segment.h"
#include "retdec/fileformat/types/strings/string.h"
#include "retdec/fileformat/types/symbol_table/macho_symbol.h"
#include "retdec/fileformat/types/symbol_table/symbol_table.h"
#include "retdec/fileformat/types/tls_info/tls_info.h"

Go to the source code of this file.

Namespaces

 retdec
 
 retdec::fileformat
 

Enumerations

enum class  retdec::fileformat::Format {
  retdec::fileformat::UNDETECTABLE , retdec::fileformat::UNKNOWN , retdec::fileformat::PE , retdec::fileformat::ELF ,
  retdec::fileformat::COFF , retdec::fileformat::MACHO , retdec::fileformat::INTEL_HEX , retdec::fileformat::RAW_DATA
}
 
enum class  retdec::fileformat::Architecture {
  retdec::fileformat::UNKNOWN , retdec::fileformat::X86 , retdec::fileformat::X86_64 , retdec::fileformat::ARM ,
  retdec::fileformat::POWERPC , retdec::fileformat::MIPS
}
 
enum  retdec::fileformat::LoadFlags { retdec::fileformat::NONE = 0 , retdec::fileformat::NO_FILE_HASHES = 1 , retdec::fileformat::NO_VERBOSE_HASHES = 2 , retdec::fileformat::DETECT_STRINGS = 4 }
 

Detailed Description

Header file for fileformat types and structures.