LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
DebugInfo.hpp File Reference
#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"
Include dependency graph for PDB/DebugInfo.hpp:
This graph shows which files directly or indirectly include this file:

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< DebugInfoLIEF::pdb::load (const std::string &pdb_path)
 Load the PDB file from the given path.