Difference between revisions of "Parasite code"

From CRIU
Jump to navigation Jump to search
(Created page with "Parasite code is a binary blob of code built in [http://en.wikipedia.org/wiki/Position-independent_code PIE] format for execution inside another process address space. Because...")
 
Line 1: Line 1:
Parasite code is a binary blob of code built in [http://en.wikipedia.org/wiki/Position-independent_code PIE] format for execution inside another process address space. Because of this requirement parasite code utilize native system calls only.
+
Parasite code is a binary blob of code built in [http://en.wikipedia.org/wiki/Position-independent_code PIE] format for execution inside another process address space. Because of this requirement parasite code utilize native system calls only. FIXME

Revision as of 13:09, 1 December 2014

Parasite code is a binary blob of code built in PIE format for execution inside another process address space. Because of this requirement parasite code utilize native system calls only. FIXME