LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
Section.hpp File Reference
#include <string>
#include <vector>
#include <ostream>
#include <memory>
#include "LIEF/visibility.h"
#include "LIEF/Abstract/Section.hpp"
#include "LIEF/enums.hpp"
#include "LIEF/iterators.hpp"
Include dependency graph for MachO/Section.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LIEF::MachO::Section
 Class that represents a Mach-O section. More...
 
struct  EnableBitMaskOperators< LIEF::MachO::Section::FLAGS >
 

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::MachO
 Namespace related to the LIEF's Mach-O module.
 
namespace  LIEF::MachO::details
 

Functions

const char * LIEF::MachO::to_string (Section::TYPE type)
 
const char * LIEF::MachO::to_string (Section::FLAGS flag)