ambiera logo

Ambiera Forum

Discussions, Help and Support.

folder icon Ambiera Forum > irrFuscator
forum topic indicator // IRRFUSCATOR_ignorebegin NOT WORKING!
person icon
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.

person icon
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.

person icon
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. ;)

person icon
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.

person icon
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:










 

  

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


icon_holyicon_cryicon_devilicon_lookicon_grinicon_kissicon_monkeyicon_hmpf
icon_sadicon_happyicon_smileicon_uhicon_blink   






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