#include <asmgrader/common/byte_vector.hpp>
#include <asmgrader/common/error_types.hpp>
#include <asmgrader/meta/remove_all_pointers.hpp>
#include <asmgrader/subprocess/memory/concepts.hpp>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <span>
#include <type_traits>
#include <sys/types.h>
Go to the source code of this file.
|
class | asmgrader::MemoryIOBase |
| Base class for interacting with a tracee's memory in a variety of ways at a (relatively) high-level Functionally a data pipeline between the tracer and tracee. More...
|
|