Parasite body lives in <code>pie/parasite.c</code> file and as file extension implies is written in pure C language. The entry point is parasite_service, which simply opens unix socket and reads the command to service.
+
Parasite body lives in <code>pie/parasite.c</code> file and as file extension implies is written in pure C language. The entry point is <code>parasite_service</code>, which simply opens unix socket and reads the command to service.