|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include "LIEF/visibility.h"#include "LIEF/errors.hpp"#include <ostream>#include <string>#include <unordered_map>
Go to the source code of this file.
Classes | |
| struct | LIEF::runtime::windows::injection_context_t |
| Describes how to spawn a new process and inject a library into it. More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::runtime |
| namespace | LIEF::runtime::windows |
Functions | |
| ok_error_t | LIEF::runtime::windows::inject_spawn (const injection_context_t &ctx) |
| Spawn the target described by the given injection context and inject the associated library before the main thread starts executing. | |