LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <memory>
#include <string>
#include "LIEF/iterators.hpp"
#include "LIEF/Abstract/DebugInfo.hpp"
#include "LIEF/PDB/CompilationUnit.hpp"
#include "LIEF/PDB/PublicSymbol.hpp"
#include "LIEF/PDB/Type.hpp"
#include "LIEF/visibility.h"
Go to the source code of this file.
Classes | |
class | LIEF::pdb::DebugInfo |
This class provides an interface for PDB files. One can instantiate this class using LIEF::pdb::load() or LIEF::pdb::DebugInfo::from_file. More... | |
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::pdb |
Functions | |
std::unique_ptr< DebugInfo > | LIEF::pdb::load (const std::string &pdb_path) |
Load the PDB file from the given path. | |