You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to hide inline values but it doesn't work.
This is an example:
double a = something.getValue();
if (a > 50) {
// do something...
}
Obfuscated bytecode:
while (true) {
Label_0166: {
if (dcmpl(n2, 50.0) > (0x28CF030F ^ nkxhdejreeseiinm)) {
Label_1188:
while (true) {
...
As you can see, the "50.0" is exposed and can be modified with a bytecode editor.
I'm also trying to enable or disable the numberEncryption property, but nothing changes.
numberEncryption: {
enabled: true
exempt: []
}
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to hide inline values but it doesn't work.
This is an example:
Obfuscated bytecode:
As you can see, the "50.0" is exposed and can be modified with a bytecode editor.
I'm also trying to enable or disable the numberEncryption property, but nothing changes.
Thanks!
The text was updated successfully, but these errors were encountered: