Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > irrFuscator
mxml ids

Guest
Guest
Quote
2008-06-30 13:20:58

Great app, would definitely buy it if it was a little bit better / more flexible.
All my mxml files have code behind classes, like:

Example.mxml
ExampleClass.mxml

1) When the ExampleClass has a public var that refers to the ID of the control in the Example.mxml file, the ID of the control in the Example.mxml file is not renamed to the obfusicated string.
2) I have a refrenced webservice project that can not be obfusicated, logical, but when I have a function in my project that has the same name of a webservice function is goes wrong:

              
       private function _lu189():void { //was function name getUserById
               
               _py175 = new ExampleServices();
               _py175._lu189(this._jf306); // should be: _py175.getUserById(this._jf306);

The webservice function should not be obfusicated.

3) the ignore list should also accept file names (example.as) so that files should be ignored (for example overwritten mx classes).

That are some points that should be solved I think, other than that, this could be a very popular app.
Good luck, will check back soon :)

               




Guest
Guest
Quote
2008-06-30 13:22:20

[color=red]* typo

Example.mxml
ExampleClass.as[/color]


niko
Moderator
Quote
2008-07-01 17:13:19

Thanks for reporting, the things you mentioned will be adressed. The only thing where currently no quick solution will be available is point 2 because irrfuscator is currently string based for several reasons. Just put that symbol into your ignore list for now.


niko
Moderator
Quote
2008-07-02 08:54:01

Update: In irrfuscator 1.1.2, the mentioned problems should be resolved.


Rick
Guest
Quote
2008-07-04 08:11:54

[quote=3]Update: In irrfuscator 1.1.2, the mentioned problems should be resolved.[/quote]

Nice to see the improved mxml support!

only:

point (3) still not working, I have a overridden class: mx.rpc.xml.XMLDecoder, but can't completely ignore the file by
putting XMLDecoder.as in the ignorelist text file.


niko
Moderator
Quote
2008-07-04 11:12:37

just put it without the '.as' extension into the list, should do the job.


Rick
Guest
Quote
2008-07-05 08:31:47

If I put XMLDecoder without .as in the ignorelist, everything inside the file is obfuscated, but the file is not ignored,
which is logical. Totally ignoring the file is not possible, this should be the ultimate solution :)

put filename.as in the ignore list = file is being ignored.
put [filename.as] in the ignore list = file is being ignored, but copied to destination directory.

btw: using the irrFuscatorUI





niko
Moderator
Quote
2008-07-07 16:55:00

Good idea, going to do that, thanks.


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Internati?nal" (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