This is a discussion on modify a program written in .NET 2.0 within the C# Programming forums, part of the Software Development category; Hello I am honest saying that i am 100% newbie to all the programming, which means i don't know ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hello I am honest saying that i am 100% newbie to all the programming, which means i don't know anything about it. But i have a big problem now touching one program which has been written in .NET 2.0 (at least it requires NET Framework 2.0 to be installed to get it work). What i need to do is what application(s) do i have to use to modify its "structure"? I downloaded the Microsoft .NET Framework SDK 2.0 -- there's a couple of apps inside it: CLR Debugger, MSIL Disassembler and you can install FXCop. I opened the file (one .exe, no other files required to run it) with Disaessembler, yep, i found what is needed to change (delete) from the .exe, but then i realized i can't change anything with MSIL Disassembler.. So what should i use to modify it? The program is connectin to internet at one site. Now it doesn't work, because it also connects to some internal server which is now offline, due to what the program can't access the main server what is needed (i tested it with many people, nobody can access with it anymore, so i suppose it has to connect to some internal server and redirects from there). And i need to delete that connect line from the program How can i change? |
| Sponsored Links |
| |||
| Official answer would be "you can't". But the il disassembler is able to disassemble the binary to its source code (even if the comments won't be there anymore and probably some methods or variables names will be changed)... With the code, read and understand it, then get an IDE and modify the code to suit your needs. If you can't, hire a programmer... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to watch a file whenever we change or modify the content using c#? | mobilegeek | C# Programming | 5 | 08-20-2007 07:38 AM |
| How to launch Real Player program through my j2me midlet program? | itbarota | J2ME | 1 | 07-25-2007 11:39 PM |
| when the program is executing,how to stop the program and open the cmd window... | bluesky | C# Programming | 1 | 07-25-2007 05:51 AM |
| How many lines of code you have written for a single program? | Sabari | C and C++ Programming | 1 | 07-23-2007 07:26 AM |
| How can I invoke another program from C? | Sabari | C and C++ Programming | 1 | 07-17-2007 04:05 AM |