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

Go to the source code of this file.

Classes

class  LIEF::dsc::DyldSharedCache
 This class represents a dyld shared cache file. More...
 

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::dsc
 Namespace related to the dyld shared cache support.
 
namespace  LIEF::dsc::details
 

Functions

std::unique_ptr< DyldSharedCacheLIEF::dsc::load (const std::string &path, const std::string &arch="")
 Load a shared cache from a single file or from a directory specified by the path parameter.
 
std::unique_ptr< DyldSharedCacheLIEF::dsc::load (const std::vector< std::string > &files)
 Load a shared cache from a list of files.