--- title: "_dr_app_arg_t Struct Reference" layout: default permalink: /struct__dr__app__arg__t.html ---
|
DynamoRIO
|
#include <dr_os_utils.h>
Data Fields | |
| void * | start |
| size_t | size |
| dr_app_arg_encoding_t | encoding |
Contains information regarding an application's command-line argument.
| dr_app_arg_encoding_t _dr_app_arg_t::encoding |
The encoding of the argument.
| size_t _dr_app_arg_t::size |
The size, in bytes, of the argument.
| void* _dr_app_arg_t::start |
The start boundary where the content of the arg begins.