LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
injector.hpp File Reference
#include "LIEF/visibility.h"
#include "LIEF/errors.hpp"
#include <ostream>
#include <string>
#include <unordered_map>
Include dependency graph for injector.hpp:

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.