Hello everyone,
I just got another problem with Enigma Protector 4.10.
It seems like the control sum checkup fails always after about 8 seconds.
The only change i make during runtime is deleting the module from the LIST_ENTRY32's ( to hide the module ) and I delete the DOS header.
It does not matter which options I check, as soon as I check "Use control sum checkup" this problem appears.
Control Sum Checkup always fails after a few seconds
Re: Control Sum Checkup always fails after a few seconds
Yes, Enigma Protector does check the dos header too, it should not be manually deleted.
Btw, what is the purpose to delete dos header?
If you delete it to increase the strength of protection somehow, then it is absolutely wrong way to do.
Btw, what is the purpose to delete dos header?
If you delete it to increase the strength of protection somehow, then it is absolutely wrong way to do.
Re: Control Sum Checkup always fails after a few seconds
There's a bug in ollydbg which prevents ollydbg from jumping to the module entry if the dosheader is corrupt.
Re: Control Sum Checkup always fails after a few seconds
If there is a bug in olly then there is a plugin that fixes it, there is no need in performing security thrue obscurity.
