-1

I created a program in C# Visual Studio with framework 4.5, lost the project, but still have the .exe. I need a code within the .exe as I try to remake the project.

So I opened the exe in the reflector with the reflexil 'add-in' and I still can't work out how to see my code. This is all I see: http://gyazo.com/56dba4032dd57fe06947e0a9cef65f19

I need to be pointed in the right direction I'm not sure about this stuff.

1 Answers1

0

It seems that your source was heavily obfuscated during or post compilation. I'm afraid it will take you a while to understand the source again.

Darek
  • 4,687
  • 31
  • 47