calls. Then use argc and argv as you would use them in normal C program run from shell.
+
calls available in <code>argv</code> [[Compel/Plugins|plugin]]. Then use argc and argv as you would use them in normal C program run from shell.
−
−
If you run the parasite using library _start/_end calls, you can pass file descriptors to parasite using fds plugin or setup shmem between these two using shmem plugin.
−
See test/async_fds/ and test/async_shmem/ for code examples.