Modify .exe written in C#/Basic.NET

03/02/2014 03:59 flavors#1
Wondering how I can edit a program that was written in C#/Basic.NET

I want to remove ads and ip addresses, because it's annoying and calls home.

Program is called Gamma Control
Code:
http://desktopnerds.com/product-gammacontrol?id=download
Looking for some help with this thanks!

Discovered .NET Reflector and reflexil, but will not allow me to remove entries. I located some items that need to be removed, but not sure what else I can do.

I have, however, read that FileDisassembler (reflector plugin) has the ability to DELETE entries, but it's been removed from the authors site and red-gates addon page.

Could use some assistance on removing junk from this software.
03/05/2014 10:47 cheyester10#2
Reverse engineer the program, or just rewrite it. :rolleyes:
03/10/2014 18:59 MrSm!th#3
#moved
03/10/2014 19:14 dready#4
google for Mono Cecil
Should give you anything you need.
03/10/2014 19:18 tolio#5
use reflexil to change the visibility attributes to hide frames/controls und replace methods with just a return to remove their function.