HikariObfuscator / Core

Shared Obfuscation Core
123 stars 46 forks source link

fix optimization of encrypted data #3

Closed tempIssuesWriter closed 4 years ago

tempIssuesWriter commented 4 years ago

Hi, I found a problem when using optnone with global O2. If you enable “indibr” along with “strenc”, then the compiler optimizes the global variable that contains the encrypted data. I added a global variable to the metodata, to prevent this.