Changes

1 byte added ,  14:43, 29 August 2018
m
Line 42: Line 42:  
=== Using libcompel.a library ===
 
=== Using libcompel.a library ===
   −
Currently there is only one way to load the blob into victim task using libcompel.a, called ''c-header'' <ref>This is done for historical reasons, it was the most handy way to load [[parasite code]] by CRIU. In plans we have loading the .po ELF file itself</ref>. First you should make a header out of you .po file with the <code>hgen</code> action of compel tool:
+
Currently there is only one way to load the blob into victim task using libcompel.a, called ''c-header'' <ref>This is done for historical reasons. It was the most handy way to load [[parasite code]] by CRIU. In plans we have loading the .po ELF file itself</ref>. First you should make a header out of your .po file with the <code>hgen</code> action of compel tool:
    
  compel hgen -f parasite.po -o parasite.h
 
  compel hgen -f parasite.po -o parasite.h
277

edits