Hello guys,
I have develope a small packer program, which packs&unpacks PE files by examing/altering import tables of the PE files.
Now I have a problem:after i do the packing to the PE file, the packed PE file will be corrupted and if i clicked on it, an error message will be shown: "The application failed to initialize properly (0xc0000005)."
What does this error message mean? Generally, what can be the cause of this error?

thanks in advance