Difference between revisions of "Parasite code"
Jump to navigation
Jump to search
| 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. FIXME | 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 | ||
| + | |||
| + | [[Category: Under the hood]] | ||
Revision as of 14:44, 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