nyxiscoo1 / obfuscar

Automatically exported from code.google.com/p/obfuscar
0 stars 0 forks source link

Should support reversible / unique naming #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, Obfuscar supports only renaming methods/types/etc. using a
minimal, non-unique set of names.  This makes debugging difficult, since
stack traces can easily be ambiguous (see discussion at
http://code.google.com/p/obfuscar/issues/detail?id=4).

Obfuscar should support a non-default option to instead assign unique names
to the methods/types/etc so that stack traces can be more easily reversed.

Original issue reported on code.google.com by drcfor...@gmail.com on 15 May 2007 at 12:53

GoogleCodeExporter commented 8 years ago
I think this issue is already solved as there is a ReuseNames setting item.

Should be marked as Closed.

Original comment by lextu...@gmail.com on 28 Apr 2013 at 7:07