Difference between revisions of "Compel plugins"
Jump to navigation
Jump to search
(Created page with "== std == : This plugins gets packed with your binary by default and provides standard Linux system calls, strings functions and printf-like priting helper. == fds == : This...") |
|||
Line 7: | Line 7: | ||
== shmem == | == shmem == | ||
: This one sets up shared memory between parasite and master. | : This one sets up shared memory between parasite and master. | ||
+ | |||
+ | [[Category: Compel]] |
Revision as of 09:35, 22 September 2016
std
- This plugins gets packed with your binary by default and provides standard Linux system calls, strings functions and printf-like priting helper.
fds
- This one allows you to send and receive fds in parasite to/from the master process.
shmem
- This one sets up shared memory between parasite and master.