Open taem opened 6 years ago
Hi,
Is there any support for scalar arrays? For example, how to access char *argv[] of the execve(2)?
char *argv[]
execve(2)
Thanks.
There's not currently any nice way of getting those values, but it's definitely something that can be worked on
Hi,
Is there any support for scalar arrays? For example, how to access
char *argv[]
of theexecve(2)
?Thanks.