|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include "LIEF/visibility.h"#include "LIEF/iterators.hpp"#include <memory>#include <string>#include <cassert>#include <ostream>

Go to the source code of this file.
Classes | |
| class | LIEF::assembly::powerpc::Operand |
| This class represents an operand for a PowerPC instruction. More... | |
| class | LIEF::assembly::powerpc::Operand::Iterator |
| Forward iterator that lazily disassembles powerpc Operand. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::assembly |
| Namespace related to assembly/disassembly support. | |
| namespace | LIEF::assembly::powerpc |
| PowerPC architecture-related namespace. | |
| namespace | LIEF::assembly::powerpc::details |