Closed Thread
Results 1 to 8 of 8

Thread: How to modify a program written in .NET 2.0?

  1. #1
    jackyjack is offline Newbie
    Join Date
    Feb 2007
    Posts
    4
    Rep Power
    0

    How to modify a program written in .NET 2.0?

    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?


    Thanks people,
    Hardi


    Also, if you need to look at the small program, i can upload it to somewhere - it's small, so no worries about it

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    nana304 Guest
    mmm ??

  4. #3
    Jordan Guest
    You need one of the Visual Studio 2005 products. It could be C#, C++, J#, ASP or VB. If you post the source code as an attachment I will take a look and see which one you need. You can get the express editions free:

    Visual Studio 2005 Express Edition

    EDIT: Reading your post it sounds like you do not know which IDE to use. I realized it was in the C# forum though so you only need to download Visual Studio C# Express Edition.

  5. #4
    jackyjack is offline Newbie
    Join Date
    Feb 2007
    Posts
    4
    Rep Power
    0
    thanks, i've already taken a look on this app

  6. #5
    atomicSpatule is offline Newbie
    Join Date
    Feb 2007
    Location
    Quebec
    Posts
    5
    Rep Power
    0
    What you seem to need is a .NET decompiler. Look it up on google, but it's not gonna be cheap, a quick search pointed me to a $1099 decompiler...

  7. #6
    Crane's Avatar
    Crane is offline Programming Expert
    Join Date
    Nov 2005
    Posts
    398
    Rep Power
    25
    I've seen free ones out there, I think.

  8. #7
    icepack's Avatar
    icepack is offline Programmer
    Join Date
    Jul 2006
    Location
    North Carolina
    Posts
    115
    Rep Power
    21
    sidenote:
    try out sharpdevelop

    instead of the windows visual studio

  9. #8
    Mathstar is offline Newbie
    Join Date
    Mar 2007
    Posts
    6
    Rep Power
    0
    Goodluck!

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Modify a hidden program
    By robotmaru in forum General Programming
    Replies: 0
    Last Post: 10-18-2010, 11:37 AM
  2. Replies: 12
    Last Post: 07-27-2010, 06:27 AM
  3. Bug in a simple XOR program written in C
    By ShadenSmith in forum C and C++
    Replies: 4
    Last Post: 06-22-2009, 08:24 AM
  4. I need a program written for a class.
    By Oiprocs in forum MarketPlace
    Replies: 3
    Last Post: 11-08-2007, 02:24 PM
  5. how do i modify this program to
    By irfath in forum C and C++
    Replies: 1
    Last Post: 03-10-2007, 08:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts