Rizin
unix-like reverse engineering framework and cli tools
rz_run_profile_t Struct Reference

#include <rz_socket.h>

Public Attributes

char * _args [RZ_RUN_PROFILE_NARGS]
 
int _argc
 
bool _daemon
 
char * _system
 
char * _program
 
char * _runlib
 
char * _runlib_fcn
 
char * _stdio
 
char * _stdin
 
char * _stdout
 
char * _stderr
 
char * _chgdir
 
char * _chroot
 
char * _libpath
 
char * _preload
 
int _bits
 
int _pid
 
char * _pidfile
 
int _rzpreload
 
int _docore
 
int _dofork
 
int _dodebug
 
int _aslr
 
int _maxstack
 
int _maxproc
 
int _maxfd
 
int _rzsleep
 
int _execve
 
char * _setuid
 
char * _seteuid
 
char * _setgid
 
char * _setegid
 
char * _input
 
char * _connect
 
char * _listen
 
int _pty
 
int _timeout
 
int _timeout_sig
 
int _nice
 

Detailed Description

Definition at line 212 of file rz_socket.h.

Member Data Documentation

◆ _argc

int rz_run_profile_t::_argc

Definition at line 214 of file rz_socket.h.

◆ _args

char* rz_run_profile_t::_args[RZ_RUN_PROFILE_NARGS]

Definition at line 213 of file rz_socket.h.

◆ _aslr

int rz_run_profile_t::_aslr

Definition at line 235 of file rz_socket.h.

◆ _bits

int rz_run_profile_t::_bits

Definition at line 228 of file rz_socket.h.

◆ _chgdir

char* rz_run_profile_t::_chgdir

Definition at line 224 of file rz_socket.h.

◆ _chroot

char* rz_run_profile_t::_chroot

Definition at line 225 of file rz_socket.h.

◆ _connect

char* rz_run_profile_t::_connect

Definition at line 246 of file rz_socket.h.

◆ _daemon

bool rz_run_profile_t::_daemon

Definition at line 215 of file rz_socket.h.

◆ _docore

int rz_run_profile_t::_docore

Definition at line 232 of file rz_socket.h.

◆ _dodebug

int rz_run_profile_t::_dodebug

Definition at line 234 of file rz_socket.h.

◆ _dofork

int rz_run_profile_t::_dofork

Definition at line 233 of file rz_socket.h.

◆ _execve

int rz_run_profile_t::_execve

Definition at line 240 of file rz_socket.h.

◆ _input

char* rz_run_profile_t::_input

Definition at line 245 of file rz_socket.h.

◆ _libpath

char* rz_run_profile_t::_libpath

Definition at line 226 of file rz_socket.h.

◆ _listen

char* rz_run_profile_t::_listen

Definition at line 247 of file rz_socket.h.

◆ _maxfd

int rz_run_profile_t::_maxfd

Definition at line 238 of file rz_socket.h.

◆ _maxproc

int rz_run_profile_t::_maxproc

Definition at line 237 of file rz_socket.h.

◆ _maxstack

int rz_run_profile_t::_maxstack

Definition at line 236 of file rz_socket.h.

◆ _nice

int rz_run_profile_t::_nice

Definition at line 251 of file rz_socket.h.

◆ _pid

int rz_run_profile_t::_pid

Definition at line 229 of file rz_socket.h.

◆ _pidfile

char* rz_run_profile_t::_pidfile

Definition at line 230 of file rz_socket.h.

◆ _preload

char* rz_run_profile_t::_preload

Definition at line 227 of file rz_socket.h.

◆ _program

char* rz_run_profile_t::_program

Definition at line 217 of file rz_socket.h.

◆ _pty

int rz_run_profile_t::_pty

Definition at line 248 of file rz_socket.h.

◆ _runlib

char* rz_run_profile_t::_runlib

Definition at line 218 of file rz_socket.h.

◆ _runlib_fcn

char* rz_run_profile_t::_runlib_fcn

Definition at line 219 of file rz_socket.h.

◆ _rzpreload

int rz_run_profile_t::_rzpreload

Definition at line 231 of file rz_socket.h.

◆ _rzsleep

int rz_run_profile_t::_rzsleep

Definition at line 239 of file rz_socket.h.

◆ _setegid

char* rz_run_profile_t::_setegid

Definition at line 244 of file rz_socket.h.

◆ _seteuid

char* rz_run_profile_t::_seteuid

Definition at line 242 of file rz_socket.h.

◆ _setgid

char* rz_run_profile_t::_setgid

Definition at line 243 of file rz_socket.h.

◆ _setuid

char* rz_run_profile_t::_setuid

Definition at line 241 of file rz_socket.h.

◆ _stderr

char* rz_run_profile_t::_stderr

Definition at line 223 of file rz_socket.h.

◆ _stdin

char* rz_run_profile_t::_stdin

Definition at line 221 of file rz_socket.h.

◆ _stdio

char* rz_run_profile_t::_stdio

Definition at line 220 of file rz_socket.h.

◆ _stdout

char* rz_run_profile_t::_stdout

Definition at line 222 of file rz_socket.h.

◆ _system

char* rz_run_profile_t::_system

Definition at line 216 of file rz_socket.h.

◆ _timeout

int rz_run_profile_t::_timeout

Definition at line 249 of file rz_socket.h.

◆ _timeout_sig

int rz_run_profile_t::_timeout_sig

Definition at line 250 of file rz_socket.h.


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