In libcompel.a there's currently only one way to load the blob into victim task, it's called 'c-header'. So first you should make a header out of you .po file
+
Currently there is only one way to load the blob into victim task using libcompel.a, called ''c-header''. First you should make a header out of you .po file:
The <code>-f</code> option tells which binary to turn into header and <code>-o</code> where to put the result. The rest args are used when filling the blob descriptor, see the [[#Infecting]] section below. After this the <code>parasite.h</code> file should be included into the infecting program and compiled with it.
+
Here the <code>-f</code> option tells which binary to turn into header, and <code>-o</code> option tells where to put the resulting header. The rest of the arguments are used to fill in the blob descriptor, see the [[#Infecting]] section below for details.
+
+
Once <code>parasite.h</code> file is ready, it should be included into the infecting program source code to be compiled with it.