Comments
2 comments
-
The context menu (right button menu) has the option "Export..." when you have an assembly selected - this generates a project file and the various class files for a given assembly.
-
That's not really working. I'm trying to get the source of a program which has been dotFuscated, and now I get class files like
public class b { public const int a = 6; public b(ac A_0) { .... } private void a() { ... } public void a(ak A_0) { ... } public List<String> a(List<String> A_0) { ... } }
which do not compile ("The type 'b' already contains a definition for 'a'").
I was hoping that there was an export utility that could fix this.
Add comment
Please sign in to leave a comment.
The FileDisassembler add-in seems to be not supported anymore (the website is down).
I coulnd't get the FileGenerator add-in to work: it requires Spackle but when I try to use that, it simply tells it failed to load.
Any suggestions?
edit: I liked the option where a visual studio project file was auto-generated.