Hello,
We just bought Enigma and now we have the following problem when trying to protect our C++ application:
Process Entry Point... EP obfuscation has stopped ... Cant process instruction: CC CC CC CC CC
Any ideas how to resolve this?
Entrypoint obfuscation error
Re: Entrypoint obfuscation error
Hi avok, firstly, this is not an error, this is just notification message, same message occurs on about 90% of files. The message means that Enigma processed some instructions from entry point and but could not processed more due to unknown instruction.
This message was made to let me know what type of instructions should be emulated for EP protection also. Now it is almost useless. In the nearest release I plan fully rewrite this feature.
If your file works well after protection with Entry Point Obfuscation then you may use this feature without problem. But, in some, very particular C++ compiled files, this feature may fails and protected file may not work, in such cases you need to disable EP Obfuscation.
This message was made to let me know what type of instructions should be emulated for EP protection also. Now it is almost useless. In the nearest release I plan fully rewrite this feature.
If your file works well after protection with Entry Point Obfuscation then you may use this feature without problem. But, in some, very particular C++ compiled files, this feature may fails and protected file may not work, in such cases you need to disable EP Obfuscation.
