Comments
2 comments
-
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...
-
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...
Add comment
Please sign in to leave a comment.
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!