You can't change the CRC unless you know how to work a hex editor and hack the contents of the rom images. When you open the file in Notepad, the stuff you see isn't encrypted code; it's just the original code presented in a way that a processor can understand it. When you code a program, the computer doesn't understand the code you input unless you run the code through a compiler.