|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <cstdint>#include <memory>#include <vector>#include <string>#include "LIEF/visibility.h"

Go to the source code of this file.
Classes | |
| class | LIEF::dwarf::editor::Function |
| This class represents an editable DWARF function (DW_TAG_subprogram). More... | |
| struct | LIEF::dwarf::editor::Function::range_t |
| class | LIEF::dwarf::editor::Function::Parameter |
| This class represents a parameter of the current function (DW_TAG_formal_parameter). More... | |
| class | LIEF::dwarf::editor::Function::LexicalBlock |
| This class mirrors the DW_TAG_lexical_block DWARF tag. More... | |
| class | LIEF::dwarf::editor::Function::Label |
| This class mirrors the DW_TAG_label DWARF tag. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::dwarf |
| Namespace for the DWARF debug format. | |
| namespace | LIEF::dwarf::editor |
| namespace | LIEF::dwarf::editor::details |