Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > irrFuscator
// IRRFUSCATOR_ignorebegin NOT WORKING!

dmunsie
Guest
Quote
2011-06-01 22:26:36

So.. I add...

// IRRFUSCATOR_ignorebegin

// IRRFUSCATOR_ignoreend

to a block in a class, and still the strings are being obsfucated. Granted, I have strings to be obsfucated set in the options, but the ignorebegin options shoud do what it says, IGNORE everything in that block.

Please correct this asap, I have lost alot of time trying to get my latest apps obsfucated. Thx.


niko
Moderator
Quote
2011-06-02 06:41:46

You are right. // IRRFUSCATOR_ignorebegin only works on symbols, not on strings. You need to use // IRRFUSCATOR_noStringEncryptBegin and // IRRFUSCATOR_noStringEncryptEnd for this, as written in the documentation. You need to use a more recent irrFuscator for that (2.1.4 or newer), btw, older versions don't support this option.


dmunsie
Guest
Quote
2011-06-02 18:43:57

There should be no need for any other commands after the initial "ignore" is set. So please modify the need for any additional string_ignore, etc, etc. But seriously....check out my "Ignore Classes" suggestion, that would wrap all this up very nicely. ;)


dmunsie
Guest
Quote
2011-06-11 09:51:32

// IRRFUSCATOR_ignorebegin
// IRRFUSCATOR_noStringEncryptBegin

string1
string2
string3

// IRRFUSCATOR_ignoreend
// IRRFUSCATOR_noStringEncryptEnd


From main options, "obsfucate all string vars" is ON so all other vars can be obsfucated.

Guess what...it STILL obsfucates the strings in the ignore sections. This is a bug, PLEASE....fix it asap.


niko
Moderator
Quote
2011-06-13 07:09:40

Works perfectly for me. That code above isn't exactly what you are doing, right? (Because there are no strings in your example). Could you give an actual example on what doesn't work for you?

For example this thing here works as expected:

// IRRFUSCATOR_ignorebegin
// IRRFUSCATOR_noStringEncryptBegin

var f33:String = "string1";
var string4:String = "foobar";

// IRRFUSCATOR_ignoreend
// IRRFUSCATOR_noStringEncryptEnd



Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Int?rnational" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact