Decompiling doesnt give you all of the code. I tried it on my old loader in an attempt to retrieve my code back.
The way I do it, it gives you everything.
Can't show you how though
I've tried decompiling to VB and I can load it up as a project in VB but I havnt had any success beyond that I get about 66 errors if I try to build it and I can't find the information about the toolstrip
Originally Posted by Genoble
I've tried decompiling to VB and I can load it up as a project in VB but I havnt had any success beyond that I get about 66 errors if I try to build it and I can't find the information about the toolstrip
Worked for me on my pictureviewer test project.
It was two months ago.
Originally Posted by Sketchy
Worked for me on my pictureviewer test project.
It was two months ago.
What program did you use? I'm using reflector.
Originally Posted by Genoble
What program did you use? I'm using reflector.
Same...
My project was insanely simple, it didn't have much.
Well maybe thats why. You used simple labels etc. But reflectors dont show in the background code that you put in.
Originally Posted by Dreamer
Well maybe thats why. You used simple labels etc. But reflectors dont show in the background code that you put in.
Yeah, it was just a Picturebox, OpenFileDialog button, and Exit button
Originally Posted by Sketchy
Yeah, it was just a Picturebox, OpenFileDialog button, and Exit button
Hmm yep. Cuase the code i was trying to recover was an injector and the code there is in the background which cant be recovered.