Solution Overview

Highlight

Instruction Set Obfuscation

Specify the specific functions, method with obfuscation, Virtualization to effective to increase Security to against IDA tool to decompiled;

Code Encryption

Encrypt the specific code of function and decrypt the code when execute which makes impossible for cracker to dump all code which effective to prevent reverse engineering

Anti-Debug

Detect the debugger tools to prevent the cracker using the debugger tool or decompiling tools to debug the apps;

Smart Compression

Concealing the code, data, method, class, to prevent IDA Pro to decompile the apps and manage the apps size to keep the performance.