LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#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>
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< DyldSharedCache > | LIEF::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< DyldSharedCache > | LIEF::dsc::load (const std::vector< std::string > &files) |
Load a shared cache from a list of files. | |