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

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

#include <lnx_kernel_utils.hpp>

Inheritance diagram for arion_lnx_type::StructSockaddrUnType:
arion_poly_struct::ArionStructType< struct sockaddr_un > arion_type::KernelType arion_poly_struct::AbsArionStructType

Public Member Functions

 StructSockaddrUnType ()
 
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 sockaddr_un >
 ArionStructType (std::string name, std::shared_ptr< arion_poly_struct::PolymorphicStructFactory< struct sockaddr_un > > 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 sockaddr_un.

Constructor & Destructor Documentation

◆ StructSockaddrUnType()

arion_lnx_type::StructSockaddrUnType::StructSockaddrUnType ( )
inline

Builder for StructSockaddrUnType instances.

Member Function Documentation

◆ str()

std::string arion_lnx_type::StructSockaddrUnType::str ( std::shared_ptr< arion::Arion arion,
uint64_t  val 
)
overridevirtual

Converts a pointer to a struct sockaddr_un instance in memory to its string representation (including the path).

Parameters
[in]arionShared pointer to the Arion instance.
[in]valThe memory address pointing to the struct sockaddr_un value.
Returns
String representation of the structure.

Reimplemented from arion_poly_struct::ArionStructType< struct sockaddr_un >.


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