<p style='font-size: 12px'>
Let me just give out some statistics here:<br><br>
	The basic unoptimized (for size) demo of the virus is about 1.5KB. This is just the academic version, written for
	 readability without concern for size constraints.<br>
<b>	Nops in things:</b><br>
</p>
<ul style='font-size: 12px'>
	<li>	bash: 4517</li>
	<li>	vim: 12045</li>
	<li>	postgres for ia32 Linux: 19132</li>
	<li>	Adobe Acrobat for ia32 Linux: 38680</li>
	<li>	UninstallFirefox.exe: 38634</li>
	<li>	autoruns.exe: 106995</li>
	<li>	explorer.exe: 444859</li>
	<li>	procexp.exe: 499631</li>
	<li>	regedit.exe: 51453</li>
	<li>	MRT.exe: 896286</li>
<li>		kernel32.dll: 12717</li>
<li>		msvcrt.dll: 65</li>
<li>		libc.so.6: 13450</li>
</ul>
<p style='font-size: 12px'>
	From WindowsXP SP2 and Slackware 10.1.0
<b>	note1:</b> remember that not all NOPs are usable since some may only be 1 byte and we need a minimum of 6 bytes to insert
	 one instruction and it's jump for the jump-chaining.<br>
<b>	note2:</b> freebsd uses 4-byte code alignment a lot of the time

</p>
