Skip to main content
3 events
when toggle format what by license comment
Jan 27, 2016 at 22:34 comment added 20c Well, as this is .NET, the binaries aren't machine code, they are in CIL (en.wikipedia.org/wiki/Common_Intermediate_Language). This can be fairly easily and accurately converted back to c# or VB code, especially if it wasn't obfuscated. You can give it a try with ILSpy for example (ilspy.net) but there is probably other tools that you could use.
Jan 26, 2016 at 19:46 comment added Igneous01 When you mean decompile, you mean using something like IDA Pro to view the machine code? I would probably be the only one using it then because no one here knows assembly (and I know the very basics).
Jan 25, 2016 at 10:08 history answered 20c CC BY-SA 3.0