| View previous topic :: View next topic |
| Author |
Message |
Flabbergasted Expert Cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 231 Location: I have alzheimer's.
|
Posted: Fri Dec 14, 2007 9:24 pm Post subject: [Q] How to edit a C# program? |
|
|
| Hi, I'm sorry I'm a total newb at programming. I was just wondering how do you edit a C# program. Do I need the source? I just want to edit something out. Do I need to download the compiler? Thank you so much.
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Fri Dec 14, 2007 10:44 pm Post subject: Re: [Q] How to edit a C# program? |
|
|
| Flabbergasted wrote: | | Hi, I'm sorry I'm a total newb at programming. I was just wondering how do you edit a C# program. Do I need the source? I just want to edit something out. Do I need to download the compiler? Thank you so much. |
Uh, yes? Unless you want a text file only there to be edited.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Fri Dec 14, 2007 11:14 pm Post subject: |
|
|
| You can use Reflector to get the source.
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sat Dec 15, 2007 9:28 am Post subject: |
|
|
| Flyte wrote: | | You can use Reflector to get the source. |
Only if it's not obfuscated. If it's a commercial program/big company freeware program, then it probably is, so good luck.
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Dec 15, 2007 7:41 pm Post subject: |
|
|
| samuri25404 wrote: | | Flyte wrote: | | You can use Reflector to get the source. |
Only if it's not obfuscated. If it's a commercial program/big company freeware program, then it probably is, so good luck. |
Deobfuscating something is far from hard. In almost every case the deobfuscate function is called right after the function start in memory making it more then easy to figure out. Not to mention almost all .NET decompilers come with a Deobfuscate function.
_________________
- Retired. |
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Sat Dec 15, 2007 7:51 pm Post subject: |
|
|
| Wiccaan wrote: | | Deobfuscating something is far from hard. In almost every case the deobfuscate function is called right after the function start in memory making it more then easy to figure out. Not to mention almost all .NET decompilers come with a Deobfuscate function. |
I wouldn't be too hard on him, he is only trying to protect the only language he knows despite its flaws, that way he doesn't have to admit he wasted his time.
Now, where have I heard that before?
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
| Back to top |
|
 |
|