LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include <vector>
#include "LIEF/iterators.hpp"
#include "LIEF/visibility.h"
#include "LIEF/PE/debug/Debug.hpp"
Go to the source code of this file.
Classes | |
class | LIEF::PE::FPO |
This class represents the IMAGE_DEBUG_TYPE_FPO debug entry. More... | |
struct | LIEF::PE::FPO::entry_t |
Represents the stack frame layout for a x86 function when frame pointer omission (FPO) optimization is used. More... | |
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::PE |
Namespace related to the LIEF's PE module. | |
Functions | |
const char * | LIEF::PE::to_string (FPO::FRAME_TYPE e) |