simple removal of the entire doc check was performed by changing the bytes:

65 b1 28 e8 c9 3b e8 0b 6b b8 00 00
to:
65 b1 28 e8 c9 3b 90 90 90 b8 00 00

this effectively removed the entire doc check.  The pass/fail variable
appears to be checked slightly after the doc check, but luckily for us it was
already set to a passing value upon starting the doc check routine.

original loader.com renamed to loader.co_
