Handler for ws2_32!getsockname.
More...
#include <getsockname.hh>
|
| SOCKET | s () const |
| |
| void | s (SOCKET s) |
| |
| guest_ptr< void > | pname () const |
| |
| void | pname (const guest_ptr< void > &pname) |
| |
| std::shared_ptr< SOCKADDR > | name () |
| |
| guest_ptr< int32_t > | pnamelen () const |
| |
| void | pnamelen (const guest_ptr< int32_t > &pnamelen) |
| |
| const std::string & | function_name () const override |
| | Get the function name.
|
| |
| const std::string & | library_name () const override |
| | Get the name of the library this call is for.
|
| |
| void | write (std::ostream &os=std::cout) const override |
| | Write out a textual representation of the function for display.
|
| |
| Json::Value | json () const override |
| | Get the function as Json.
|
| |
| int32_t | result () const |
| |
| void | result (int32_t result) |
| |
| | getsockname (Event &event) |
| |
| | ~getsockname () override |
| |
| guest_ptr< void > | return_address () const override |
| | Get the return address for this function call.
|
| |
| void | return_address (const guest_ptr< void > &value) override |
| | Set the return address for this function call.
|
| |
| bool | is_return_event (Event &event) const override |
| | Check if the given event is a return event for this function call.
|
| |
| void | handle_return (Event &event) override |
| | Handle the return event.
|
| |
| bool | returned () const override |
| | Check if the call has returned.
|
| |
| bool | x64 () const |
| | Check if the call is from x64 mode.hh>
|
| |
| virtual | ~WindowsFunctionCall () |
| |
| bool | hook_return () const |
| | Check if the user is requesting that the return be intercepted.
|
| |
| void | hook_return (bool val) |
| | Configure if the return should be intercepted.
|
| |
| void | data (const std::string &key, const std::shared_ptr< void > &value) |
| | Store arbitrary data with the FunctionCall.
|
| |
| void | data (const std::string &key, std::shared_ptr< void > &&value) |
| | Store arbitrary data with the FunctionCall.
|
| |
| std::shared_ptr< void > | data (const std::string &key) |
| | Retrieve arbitrary data stored with the FunctionCall.
|
| |
| std::shared_ptr< const void > | data (const std::string &key) const |
| | Retrieve arbitrary data stored with the FunctionCall.
|
| |
| virtual | ~FunctionCall ()=default |
| |
◆ getsockname()
| introvirt::windows::ws2_32::getsockname::getsockname |
( |
Event & |
event | ) |
|
◆ ~getsockname()
| introvirt::windows::ws2_32::getsockname::~getsockname |
( |
| ) |
|
|
override |
◆ function_name()
| const std::string & introvirt::windows::ws2_32::getsockname::function_name |
( |
| ) |
const |
|
overridevirtual |
◆ inject()
| static int32_t introvirt::windows::ws2_32::getsockname::inject |
( |
SOCKET |
s, |
|
|
const guest_ptr< void > & |
pname, |
|
|
const guest_ptr< int32_t > & |
pnamelen |
|
) |
| |
|
static |
◆ json()
| Json::Value introvirt::windows::ws2_32::getsockname::json |
( |
| ) |
const |
|
overridevirtual |
◆ library_name()
| const std::string & introvirt::windows::ws2_32::getsockname::library_name |
( |
| ) |
const |
|
overridevirtual |
◆ name()
| std::shared_ptr< SOCKADDR > introvirt::windows::ws2_32::getsockname::name |
( |
| ) |
|
◆ pname() [1/2]
| guest_ptr< void > introvirt::windows::ws2_32::getsockname::pname |
( |
| ) |
const |
◆ pname() [2/2]
| void introvirt::windows::ws2_32::getsockname::pname |
( |
const guest_ptr< void > & |
pname | ) |
|
◆ pnamelen() [1/2]
| guest_ptr< int32_t > introvirt::windows::ws2_32::getsockname::pnamelen |
( |
| ) |
const |
◆ pnamelen() [2/2]
| void introvirt::windows::ws2_32::getsockname::pnamelen |
( |
const guest_ptr< int32_t > & |
pnamelen | ) |
|
◆ result() [1/2]
| int32_t introvirt::windows::ws2_32::getsockname::result |
( |
| ) |
const |
◆ result() [2/2]
| void introvirt::windows::ws2_32::getsockname::result |
( |
int32_t |
result | ) |
|
◆ s() [1/2]
| SOCKET introvirt::windows::ws2_32::getsockname::s |
( |
| ) |
const |
◆ s() [2/2]
| void introvirt::windows::ws2_32::getsockname::s |
( |
SOCKET |
s | ) |
|
◆ write()
| void introvirt::windows::ws2_32::getsockname::write |
( |
std::ostream & |
os = std::cout | ) |
const |
|
overridevirtual |
◆ ArgumentCount
| constexpr int introvirt::windows::ws2_32::getsockname::ArgumentCount = 3 |
|
staticconstexpr |
◆ FunctionName
| const std::string introvirt::windows::ws2_32::getsockname::FunctionName = "getsockname" |
|
inlinestatic |
◆ LibraryName
| const std::string introvirt::windows::ws2_32::getsockname::LibraryName = "ws2_32" |
|
inlinestatic |
The documentation for this class was generated from the following file:
- /home/runner/work/IntroVirt/IntroVirt/include/introvirt/windows/libraries/ws2_32/functions/getsockname.hh