LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
Binary.h File Reference
#include <stdint.h>
#include "LIEF/visibility.h"
#include "LIEF/MachO/Header.h"
#include "LIEF/MachO/LoadCommand.h"
#include "LIEF/MachO/Symbol.h"
#include "LIEF/MachO/Section.h"
#include "LIEF/MachO/Segment.h"
Include dependency graph for MachO/Binary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Macho_Binary_t
 LIEF::MachO::Binary C Handler. More...
 

Typedefs

typedef struct Macho_Binary_t Macho_Binary_t
 

Functions

Macho_Binary_t ** macho_parse (const char *file)
 Wrapper on LIEF::MachO::Parser::parse.
 
void macho_binaries_destroy (Macho_Binary_t **binaries)
 

Typedef Documentation

◆ Macho_Binary_t

typedef struct Macho_Binary_t Macho_Binary_t

Function Documentation

◆ macho_binaries_destroy()

void macho_binaries_destroy ( Macho_Binary_t ** binaries)

◆ macho_parse()

Macho_Binary_t ** macho_parse ( const char * file)