Posts
Sort by recent activity
Resolving override method names
I'm trying to disassemble a file which has been dotFuscated. One of the classes looks likepublic class b : Form
{
protected override void a(ref Message b)
...
}
&#...
Addin to dump files?
Hi, I'm trying to dump the files of a program to disk, so I looked for a addin that could do that.
The FileDisassembler add-in seems to be not supported anymore (the website is down).
I coulnd't ge...