|
||
|
Search:
Advanced search
|
Browse by Category:
|
|
|||
Please, check the option "Entry Point Virtualization" (in Virtual Machine panel) and set it to ZERO. That option is not compatible with some compilers (like Visual Studio 2005) because the generated code re-executes code in the entry point at a later point. So, as the entry point is virtualized, it will execute garbage code (virtualized) when it jumps in the middle of the virtualized code. |
|||
