Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion::ARION_MEM_EDIT Struct Reference

This structure holds data associated with a memory modification event. More...

#include <memory_manager.hpp>

Public Member Functions

 ARION_MEM_EDIT (ADDR addr, size_t sz)
 

Public Attributes

ADDR addr
 Start address where memory was changed.
 
size_t sz
 Size of the modified memory.
 

Detailed Description

This structure holds data associated with a memory modification event.

Constructor & Destructor Documentation

◆ ARION_MEM_EDIT()

arion::ARION_MEM_EDIT::ARION_MEM_EDIT ( ADDR  addr,
size_t  sz 
)
inline

Builder for ARION_MEM_EDIT instances.

Parameters
[in]addrStart address where memory was changed.
[in]szSize of the modified memory.

Member Data Documentation

◆ addr

ADDR arion::ARION_MEM_EDIT::addr

Start address where memory was changed.

◆ sz

size_t arion::ARION_MEM_EDIT::sz

Size of the modified memory.


The documentation for this struct was generated from the following file: