Your next task is to create two different binaries, whose md5sum is the same.
The first binary must be sent to Anderson for software analysis, and the second has to be sent to VSA in the next part of your mission.

The first good program has to print
"Hello VSA employee"
and your second, evil one has to print
"I am a super VIRUS, game over."


This script verifies if the two different binaries are doing as specified, and if the md5sum is equal for them.

As SoftMicro's developers are in late to finish their job, maybe you can find the collision before they want it to send to Anderson.

Note: The script only checks if the good file contains the good string, the evil contains the evil string, and md5sum differs from the sha1 sum.
On my average PC it took 8 hours to find a collision, but there is a quicker and smarter way...
Good
Evil
Hidden hint: search for md5 collision.