Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_lnx_type::StructCloneArgsType Class Reference

Arion structure type wrapper for struct clone_args. More...

#include <lnx_kernel_utils.hpp>

Inheritance diagram for arion_lnx_type::StructCloneArgsType:
arion_poly_struct::ArionStructType< struct clone_args > arion_type::KernelType arion_poly_struct::AbsArionStructType

Public Member Functions

 StructCloneArgsType ()
 
- Public Member Functions inherited from arion_poly_struct::ArionStructType< struct clone_args >
std::string str (std::shared_ptr< arion::Arion > arion, uint64_t val) override
 
- Public Member Functions inherited from arion_type::KernelType
virtual ~KernelType ()=default
 Virtual destructor to allow polymorphic deletion.
 
arion::LOG_COLOR get_color ()
 

Additional Inherited Members

- Protected Member Functions inherited from arion_poly_struct::ArionStructType< struct clone_args >
 ArionStructType (std::string name, std::shared_ptr< arion_poly_struct::PolymorphicStructFactory< struct clone_args > > factory)
 
- Protected Member Functions inherited from arion_type::KernelType
 KernelType (std::string name, arion::LOG_COLOR color=arion::LOG_COLOR::DEFAULT)
 
- Protected Member Functions inherited from arion_poly_struct::AbsArionStructType
virtual ~AbsArionStructType ()=default
 
bool arion_is_mapped (std::shared_ptr< arion::Arion > arion, arion::ADDR addr)
 
arion::CPU_ARCH arion_curr_arch (std::shared_ptr< arion::Arion > arion)
 
std::vector< arion::BYTEarion_read_mem (std::shared_ptr< arion::Arion > arion, arion::ADDR addr, size_t sz)
 

Detailed Description

Arion structure type wrapper for struct clone_args.

Constructor & Destructor Documentation

◆ StructCloneArgsType()

arion_lnx_type::StructCloneArgsType::StructCloneArgsType ( )
inline

Builder for StructCloneArgsType instances.


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