Activity overview
Latest activity by conspiritor
Ok, thanks man...
I don't want to be annoying, but are you planing to add that feature in further releases? / comments
Ok, thanks man...
I don't want to be annoying, but are you planing to add that feature in further releases?
Thanks Bart,
Can I make minor changes in dll without completely decompiling it just using Visual Studio addon?
Is that supported? / comments
Thanks Bart,
Can I make minor changes in dll without completely decompiling it just using Visual Studio addon?
Is that supported?
Yes but it can be really hard if you are not experienced enough though.
You can also have problems if you correct something "wrongly" so admins any alternative method?? / comments
Yes but it can be really hard if you are not experienced enough though.
You can also have problems if you correct something "wrongly" so admins any alternative method??
Well I tried what you did, but I can't see export option in file tab so i manually navigate to folder where disassembled files are and copy them to known location.
So I import whole folder in visual studio as to create dll library project.
But I never managed to compile it, since it always reports a lot of errors...
So any other method for recompiling modified disassembled dlls would be nice...? / comments
Well I tried what you did, but I can't see export option in file tab so i manually navigate to folder where disassembled files are and copy them to known location.
So I import whole folder in visua...
Thanks for quick respond!
Yes, I have deleted all .pdb files from all folderis in my project.
Yes, that's what I want.... / comments
Thanks for quick respond!
Yes, I have deleted all .pdb files from all folderis in my project.
Yes, that's what I want....
It just doesn't work??
From VS2008, I select "Choose Assemblies to Debug."
I check an assembly and click "Okay."
So it finished it successfully.
Now when I go to right click on class in my project that came from disassem...