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

Go to the source code of this file.

Classes

class  LIEF::dsc::Dylib
 This class represents a library embedded in a dyld shared cache. It mirrors the original dyld_cache_image_info structure. More...
 
class  LIEF::dsc::Dylib::Iterator
 Dylib Iterator. More...
 
struct  LIEF::dsc::Dylib::extract_opt_t
 This structure is used to tweak the extraction process while calling Dylib::get. These options allow to deoptimize the dylib and get an accurate representation of the origin Mach-O binary. More...
 

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::MachO
 Namespace related to the LIEF's Mach-O module.
 
namespace  LIEF::dsc
 Namespace related to the dyld shared cache support.
 
namespace  LIEF::dsc::details