How can we help you today? How can we help you today?

ambiguity between "aa.xx" and "aa.xx(x,x)" (rename and othe)

Hi, tried use Reflector to extra one *.exe and I open the project under VS2010. I got a lot of errors when I open each class.

and most of errors are "ambiguity between...."

I found it is defined as variable and method are the same name. I wonder what's the bast way to make it name differently when I extract it.

I can rename all variable and method name but some files are very hugh with over 100 mothods!

thanks!

~ambiguity%20error.jpg/hc/user_images/01JK89N0TTJ64RAMCD17MHX28M.png



~relfector_error1.jpg[url]h/hc/user_images/01JK89N0TTJ64RAMCD17MHX28M.png[/url]
bobyang
0

Comments

2 comments

  • Chris.Allen
    It looks very much like this assembly has been obfuscated. You'd need to set your expectations pretty low when it comes to decompiling this and I'd say you should expect to have to manually rename. Alternatively you could write a parser that automatically renames for you. There's bound to be plenty of third party libraries so help you do this. Please check whether it has been obfuscated, perhaps you've found a bug in reflector but I doubt it...
    Chris.Allen
    0
  • Chris.Allen
    It looks very much like this assembly has been obfuscated. You'd need to set your expectations pretty low when it comes to decompiling this and I'd say you should expect to have to manually rename. Alternatively you could write a parser that automatically renames for you. There's bound to be plenty of third party libraries so help you do this. Please check whether it has been obfuscated, perhaps you've found a bug in reflector but I doubt it...
    Chris.Allen
    0

Add comment

Please sign in to leave a comment.